lilalo
diff l3bashrc @ 140:da99089532ca
каталог share/ тоже относится к наследию labmaker
author | igor@chub.in |
---|---|
date | Mon Jul 21 12:29:05 2008 +0300 (2008-07-21) |
parents | 42d9af3c851c |
children | 1cbdfdde1274 |
line diff
1.1 --- a/l3bashrc Thu Mar 13 12:22:31 2008 +0200 1.2 +++ b/l3bashrc Mon Jul 21 12:29:05 2008 +0300 1.3 @@ -96,7 +96,7 @@ 1.4 flush="-f" #linux 1.5 [ -n "$bsd" ] && flush="-t 0" #freebsd 1.6 export L3_PARENT_TTY=`/usr/bin/tty` 1.7 - exec script $flush -q $L3_HOME/${L3_SESSION_ID}.script 1.8 + exec script $flush -c $0 -q $L3_HOME/${L3_SESSION_ID}.script 1.9 } 1.10 1.11 # ===================== STAGE 2 ============================