# HG changeset patch # User igor@book.xt.vpn # Date 1236324899 -21600 # Node ID 40d8433955474ccfbc9284d86a66cc034c8eaad0 # Parent 266dae9ce2a17e3982f3864325e5a8b45c5441d2 fixed bug with login shell -bash diff -r 266dae9ce2a1 -r 40d843395547 l3bashrc --- a/l3bashrc Tue Dec 16 00:18:23 2008 +0200 +++ b/l3bashrc Fri Mar 06 13:34:59 2009 +0600 @@ -96,7 +96,7 @@ flush="-f" #linux [ -n "$bsd" ] && flush="-t 0" #freebsd export L3_PARENT_TTY=`/usr/bin/tty` - exec script $flush -c $0 -q $L3_HOME/${L3_SESSION_ID}.script + exec script $flush -c ${0#-} -q $L3_HOME/${L3_SESSION_ID}.script } # ===================== STAGE 2 ============================