r1439 - packages/trunk/nexuiz/debian/scripts

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at costa.debian.org
Sat Aug 26 16:39:35 UTC 2006


Author: fuddl-guest
Date: 2006-08-26 16:39:34 +0000 (Sat, 26 Aug 2006)
New Revision: 1439

Modified:
   packages/trunk/nexuiz/debian/scripts/nexuiz
Log:
fixed bash-specific contruct in wrapper script

Modified: packages/trunk/nexuiz/debian/scripts/nexuiz
===================================================================
--- packages/trunk/nexuiz/debian/scripts/nexuiz	2006-08-26 16:36:08 UTC (rev 1438)
+++ packages/trunk/nexuiz/debian/scripts/nexuiz	2006-08-26 16:39:34 UTC (rev 1439)
@@ -24,7 +24,7 @@
 esac
 
 # Ready to rumble!
-if [ ${QUIET} == 1 ]; then
+if [ ${QUIET} = 1 ]; then
 	/usr/games/nexuiz.bin $PARAMS $* >/dev/null 2>&1
 else
 	/usr/games/nexuiz.bin $PARAMS $*




More information about the Pkg-games-commits mailing list