r5928 - in branches/nexuiz-2.0: . server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Feb 23 04:37:54 EST 2009


Author: div0
Date: 2009-02-23 04:37:51 -0500 (Mon, 23 Feb 2009)
New Revision: 5928

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/server/server_havoc_linux.sh
   branches/nexuiz-2.0/server/server_havoc_mac.sh
   branches/nexuiz-2.0/server/server_linux.sh
   branches/nexuiz-2.0/server/server_mac.sh
Log:
r5926 | div0 | 2009-02-23 09:18:46 +0100 (Mon, 23 Feb 2009) | 2 lines
besides it being for macs, it aoppears to need unix line endings anyway
r5927 | div0 | 2009-02-23 09:24:19 +0100 (Mon, 23 Feb 2009) | 2 lines
fix some remaining bugs in the server sh files

Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-02-23 08:24:19 UTC (rev 5927)
+++ branches/nexuiz-2.0/.patchsets	2009-02-23 09:37:51 UTC (rev 5928)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-5924
+revisions_applied = 1-5927

Modified: branches/nexuiz-2.0/server/server_havoc_linux.sh
===================================================================
--- branches/nexuiz-2.0/server/server_havoc_linux.sh	2009-02-23 08:24:19 UTC (rev 5927)
+++ branches/nexuiz-2.0/server/server_havoc_linux.sh	2009-02-23 09:37:51 UTC (rev 5928)
@@ -5,5 +5,5 @@
   *)		executable="nexuiz-linux-686-dedicated" ;;
 esac
 
-cd `dirname "${0}"`
+cd "`dirname "${0}"`"
 exec ./${executable} -game havoc +exec server.cfg "${@}"

Modified: branches/nexuiz-2.0/server/server_havoc_mac.sh
===================================================================
--- branches/nexuiz-2.0/server/server_havoc_mac.sh	2009-02-23 08:24:19 UTC (rev 5927)
+++ branches/nexuiz-2.0/server/server_havoc_mac.sh	2009-02-23 09:37:51 UTC (rev 5928)
@@ -1 +1,6 @@
-#!/bin/sh

executable="nexuiz-osx-dedicated"

cd `dirname "${0}"`
exec ./${executable} -game havoc +exec server.cfg "${@}"
\ No newline at end of file
+#!/bin/sh
+
+executable="nexuiz-osx-dedicated"
+
+cd "`dirname "${0}"`"
+exec ./${executable} -game havoc +exec server.cfg "${@}"

Modified: branches/nexuiz-2.0/server/server_linux.sh
===================================================================
--- branches/nexuiz-2.0/server/server_linux.sh	2009-02-23 08:24:19 UTC (rev 5927)
+++ branches/nexuiz-2.0/server/server_linux.sh	2009-02-23 09:37:51 UTC (rev 5928)
@@ -5,5 +5,5 @@
   *)		executable="nexuiz-linux-686-dedicated" ;;
 esac
 
-cd `dirname "${0}"`
+cd "`dirname "${0}"`"
 exec ./${executable} +exec server.cfg "${@}"

Modified: branches/nexuiz-2.0/server/server_mac.sh
===================================================================
--- branches/nexuiz-2.0/server/server_mac.sh	2009-02-23 08:24:19 UTC (rev 5927)
+++ branches/nexuiz-2.0/server/server_mac.sh	2009-02-23 09:37:51 UTC (rev 5928)
@@ -1 +1,6 @@
-#!/bin/sh

executable="nexuiz-osx-dedicated"

cd `dirname "${0}"`
exec ./${executable} +exec server.cfg "${@}"
\ No newline at end of file
+#!/bin/sh
+
+executable="nexuiz-osx-dedicated"
+
+cd "`dirname "${0}"`"
+exec ./${executable} +exec server.cfg "${@}"




More information about the nexuiz-commits mailing list