r4502 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Sep 26 07:53:23 EDT 2008


Author: div0
Date: 2008-09-26 07:53:23 -0400 (Fri, 26 Sep 2008)
New Revision: 4502

Modified:
   trunk/misc/nexuiz-map-compiler
Log:
fix syntax error


Modified: trunk/misc/nexuiz-map-compiler
===================================================================
--- trunk/misc/nexuiz-map-compiler	2008-09-26 11:44:29 UTC (rev 4501)
+++ trunk/misc/nexuiz-map-compiler	2008-09-26 11:53:23 UTC (rev 4502)
@@ -128,7 +128,7 @@
 or do
 {
 	die $1
-		if $@ =~ /^THROW: (.*)/s)
+		if $@ =~ /^THROW: (.*)/s;
 	# if we get here, symlinks do not work, as symlink() itself raised the exception
 	# this should only happen on Win32
 	if($^O ne "MSWin32")




More information about the nexuiz-commits mailing list