From 7fa185c0d39a981ea39221c3f1ab97f8c0b2d4b6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 24 Dec 2003 05:48:26 +0000 Subject: [PATCH] fix bug caused by perl being horribly lenient on syntax --- stepmania/Utils/install-stepmania.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Utils/install-stepmania.pl b/stepmania/Utils/install-stepmania.pl index 3c232b23ca..9795e29c9e 100755 --- a/stepmania/Utils/install-stepmania.pl +++ b/stepmania/Utils/install-stepmania.pl @@ -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.