From 2d015786d1cbef18d690125a57a7d2c1e564db3f Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 15 May 2008 12:29:45 +0100 Subject: [PATCH] do not use long opts to call shell --- mrsetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2