fix bug caused by perl being horribly lenient on syntax

This commit is contained in:
Glenn Maynard
2003-12-24 05:48:26 +00:00
parent 25a936ce20
commit 7fa185c0d3
+1 -1
View File
@@ -104,7 +104,7 @@ if( !defined($bin_path) )
print "Binary path: $bin_path\n";
open F, "stepmania.nsi" || die "Couldn't open stepmania.nsi: $!";
open(F, "stepmania.nsi") || die "Couldn't open stepmania.nsi: $!";
# Search for the default installation section.