From: martin f. krafft Date: Sat, 10 May 2008 00:28:12 +0000 (+0100) Subject: make the shell -i -l X-Git-Url: https://git.madduck.net/etc/mrsetup.git/commitdiff_plain/8357ee712dc20bf04ab02c0a6457cb7290769023 make the shell -i -l --- diff --git a/mrsetup b/mrsetup index 0e5d05b..0a0e252 100755 --- a/mrsetup +++ b/mrsetup @@ -106,7 +106,7 @@ fi [ -f "$0" ] && rm $0 echo I: spawning a shell... -$SHELL +$SHELL --interactive --login echo I: back from the shell.