[Pkg-nethack-devel] nethack/debian/qt nethack-tty.sh,1.3,1.4 nethack.sh,1.3,1.4

Joshua Kwan joshk-guest@quantz.debian.org
Tue, 09 Dec 2003 16:06:52 +0000


Update of /cvsroot/pkg-nethack/nethack/debian/qt
In directory quantz:/tmp/cvs-serv5620/debian/qt

Modified Files:
	nethack-tty.sh nethack.sh 
Log Message:
Back out all of this dumb patch, it crashes in too many different places.


Index: nethack.sh
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/qt/nethack.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nethack.sh	17 Nov 2003 19:14:26 -0000	1.3
+++ nethack.sh	9 Dec 2003 16:06:49 -0000	1.4
@@ -23,10 +23,4 @@
 
 cd $HACKDIR
 
-# Allow -s to work by not passing -g$HACKSTYLE
-
-if ! [ "$1" = "-s" ]; then
-  ARGS="-g$HACKSTYLE"
-fi
-
 exec $HACK "$@" $ARGS

Index: nethack-tty.sh
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/debian/qt/nethack-tty.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- nethack-tty.sh	17 Nov 2003 19:14:26 -0000	1.3
+++ nethack-tty.sh	9 Dec 2003 16:06:49 -0000	1.4
@@ -60,10 +60,5 @@
 fi
 
 cd $HACKDIR
-# Allow -s to work by not passing -gtty
-
-if ! [ "$1" = "-s" ]; then
-  ARGS="-gtty"
-fi
 
 exec $HACK "$@" $ARGS