From: martin f. krafft Date: Sat, 10 May 2008 09:42:49 +0000 (+0100) Subject: connect shell to tty X-Git-Url: https://git.madduck.net/etc/mrsetup.git/commitdiff_plain/3fa654aedb402143e92521056f7dcfb139e17947 connect shell to tty --- diff --git a/mrsetup b/mrsetup index e378248..7ece9b7 100755 --- a/mrsetup +++ b/mrsetup @@ -111,7 +111,7 @@ else fi echo I: spawning a shell... -$SHELL --interactive --login +$SHELL --interactive --login /dev/tty echo I: back from the shell.