From: martin f. krafft Date: Thu, 15 May 2008 11:29:45 +0000 (+0100) Subject: do not use long opts to call shell X-Git-Url: https://git.madduck.net/etc/mrsetup.git/commitdiff_plain/2d015786d1cbef18d690125a57a7d2c1e564db3f?ds=sidebyside do not use long opts to call shell --- diff --git a/mrsetup b/mrsetup index 2335484..5a17d07 100755 --- a/mrsetup +++ b/mrsetup @@ -111,7 +111,7 @@ else fi echo I: spawning a shell... -$SHELL --interactive --login /dev/tty +$SHELL -i -l /dev/tty echo I: back from the shell.