From d66f4acf790764c3753b91075c4f6824dd5cc734 Mon Sep 17 00:00:00 2001 From: div0 Date: Fri, 26 Sep 2008 11:53:23 +0000 Subject: [PATCH] fix syntax error git-svn-id: svn://svn.icculus.org/nexuiz/trunk@4502 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- misc/nexuiz-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/nexuiz-map-compiler b/misc/nexuiz-map-compiler index e70474a21..d818d2390 100755 --- a/misc/nexuiz-map-compiler +++ b/misc/nexuiz-map-compiler @@ -128,7 +128,7 @@ eval 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") -- 2.39.2