r1437 - in packages/branches/nexuiz/nexuiz-2.0/debian: . scripts

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


Author: fuddl-guest
Date: 2006-08-26 16:32:55 +0000 (Sat, 26 Aug 2006)
New Revision: 1437

Modified:
   packages/branches/nexuiz/nexuiz-2.0/debian/changelog
   packages/branches/nexuiz/nexuiz-2.0/debian/scripts/nexuiz
Log:
removed a bash-specific construct from the wrapper script

Modified: packages/branches/nexuiz/nexuiz-2.0/debian/changelog
===================================================================
--- packages/branches/nexuiz/nexuiz-2.0/debian/changelog	2006-08-25 23:20:51 UTC (rev 1436)
+++ packages/branches/nexuiz/nexuiz-2.0/debian/changelog	2006-08-26 16:32:55 UTC (rev 1437)
@@ -3,8 +3,9 @@
   [ Bruno "Fuddl" Kleinert ]
   * Include a patch to fix a crash after taking a screenshot at non-standard
     resolutions. Thanks to divVerent for the patch!
+  * Fixed a bash specific construct in the wrapper script
 
- -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sat, 05 Aug 2006 16:47:18 +0200
+ -- Bruno "Fuddl" Kleinert <fuddl at gmx.de>  Sat, 26 Aug 2006 18:29:17 +0200
 
 nexuiz (2.0-1) unstable; urgency=low
 

Modified: packages/branches/nexuiz/nexuiz-2.0/debian/scripts/nexuiz
===================================================================
--- packages/branches/nexuiz/nexuiz-2.0/debian/scripts/nexuiz	2006-08-25 23:20:51 UTC (rev 1436)
+++ packages/branches/nexuiz/nexuiz-2.0/debian/scripts/nexuiz	2006-08-26 16:32:55 UTC (rev 1437)
@@ -24,7 +24,7 @@
 
 # Ready to rumble!
 cd /usr/lib/games/nexuiz
-if [ ${QUIET} == 1 ]; then
+if [ ${QUIET} = 1 ]; then
 	./nexuiz-sdl $* >/dev/null 2>&1
 else
 	./nexuiz-sdl $*




More information about the Pkg-games-commits mailing list