r2433 - in packages/trunk/nexuiz/debian: . scripts

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Tue Feb 20 23:11:25 CET 2007


Author: fuddl-guest
Date: 2007-02-20 23:11:25 +0100 (Tue, 20 Feb 2007)
New Revision: 2433

Modified:
   packages/trunk/nexuiz/debian/changelog
   packages/trunk/nexuiz/debian/scripts/nexuiz
Log:
fixed bashism in nexuiz wrapper script

Modified: packages/trunk/nexuiz/debian/changelog
===================================================================
--- packages/trunk/nexuiz/debian/changelog	2007-02-20 21:52:34 UTC (rev 2432)
+++ packages/trunk/nexuiz/debian/changelog	2007-02-20 22:11:25 UTC (rev 2433)
@@ -3,6 +3,7 @@
   [ Bruno "Fuddl" Kleinert ]
   * Replaced german-english mixture 'ego-shooter' by first-person shooter
   * Fixed a typo in the control file
+  * Fixed bash-specific syntax in the nexuiz wrapper script
 
  -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Tue, 20 Feb 2007 22:52:07 +0100
 

Modified: packages/trunk/nexuiz/debian/scripts/nexuiz
===================================================================
--- packages/trunk/nexuiz/debian/scripts/nexuiz	2007-02-20 21:52:34 UTC (rev 2432)
+++ packages/trunk/nexuiz/debian/scripts/nexuiz	2007-02-20 22:11:25 UTC (rev 2433)
@@ -24,7 +24,7 @@
 esac
 
 # Ready to rumble!
-if [ ${QUIET} = 1 ]; then
+if [ ${QUIET} -eq 1 ]; then
 	exec /usr/lib/games/nexuiz/nexuiz.bin $PARAMS "$@" >/dev/null 2>&1
 else
 	exec /usr/lib/games/nexuiz/nexuiz.bin $PARAMS "$@"




More information about the Pkg-games-commits mailing list