lilalo
diff install @ 149:40d843395547
fixed bug with login shell -bash
author | igor@book.xt.vpn |
---|---|
date | Fri Mar 06 13:34:59 2009 +0600 (2009-03-06) |
parents | 576a546271c6 |
children | d775ffd49dbf |
line diff
1.1 --- a/install Mon Jul 21 11:22:31 2008 +0300 1.2 +++ b/install Fri Mar 06 13:34:59 2009 +0600 1.3 @@ -114,7 +114,7 @@ 1.4 do 1.5 user_home=`get_user_home "$user"` 1.6 grep -q lilalo ${user_home}/.bashrc 2> /dev/null\ 1.7 - || echo "[ $0 == l3script ] && . ${user_home}/.lilalo/l3bashrc && _l3_start" >> ${user_home}/.bashrc; chown -R ${user} ${user_home}/.bashrc 1.8 + || echo "[ \$0 == l3script ] && . ${user_home}/.lilalo/l3bashrc && _l3_start" >> ${user_home}/.bashrc; chown -R ${user} ${user_home}/.bashrc 1.9 done 1.10 } 1.11