[Pkg-nethack-devel] nethack/debian/gnome 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:51 +0000
Update of /cvsroot/pkg-nethack/nethack/debian/gnome
In directory quantz:/tmp/cvs-serv5620/debian/gnome
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/gnome/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/gnome/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
@@ -61,10 +61,4 @@
cd $HACKDIR
-# Allow -s to work by not passing -gtty
-
-if ! [ "$1" = "-s" ]; then
- ARGS="-gtty"
-fi
-
exec $HACK "$@" $ARGS