r7666 - packages/trunk/quake3/debian/scripts

Jack Coulter jscinoz-guest at alioth.debian.org
Wed Jul 2 04:49:45 UTC 2008


Author: jscinoz-guest
Date: 2008-07-02 04:49:44 +0000 (Wed, 02 Jul 2008)
New Revision: 7666

Modified:
   packages/trunk/quake3/debian/scripts/quake3
   packages/trunk/quake3/debian/scripts/quake3-server
Log:
script cleanup

Modified: packages/trunk/quake3/debian/scripts/quake3
===================================================================
--- packages/trunk/quake3/debian/scripts/quake3	2008-07-01 22:32:42 UTC (rev 7665)
+++ packages/trunk/quake3/debian/scripts/quake3	2008-07-02 04:49:44 UTC (rev 7666)
@@ -13,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# ioQuake3 binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidentally launching the binary.
+# ioQuake3 binaries don't understand "regular" command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {
 	if [ ${1:0:1} = "+" ]; then

Modified: packages/trunk/quake3/debian/scripts/quake3-server
===================================================================
--- packages/trunk/quake3/debian/scripts/quake3-server	2008-07-01 22:32:42 UTC (rev 7665)
+++ packages/trunk/quake3/debian/scripts/quake3-server	2008-07-02 04:49:44 UTC (rev 7666)
@@ -13,8 +13,8 @@
  -q, --quiet\t\tDisable console output\n\
  +<internal command>\tPass commands to the engine\n"
 
-# ioQuake3 binaries don't understand "regular" command line parameters. Let's
-# catch them here, to avoid accidentally launching the binary.
+# ioQuake3 binaries don't understand "regular" command line parameters.
+# Let's catch them here, to avoid accidentally launching the binary.
 
 while [ "$1" != "" ]; do {
 	if [ ${1:0:1} = "+" ]; then




More information about the Pkg-games-commits mailing list