]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 194345: checksetup.pl would die if you had your params set for a local dot, and...
authorjustdave%syndicomm.com <>
Sat, 8 Mar 2003 16:26:17 +0000 (16:26 +0000)
committerjustdave%syndicomm.com <>
Sat, 8 Mar 2003 16:26:17 +0000 (16:26 +0000)
r= burnus, a= justdave

checksetup.pl

index a4824f57ddfcf20994f1d26bafc92a582ecbcf5c..6c3fc57b7bca04219311f65db2e794d5581ceee1 100755 (executable)
@@ -1315,7 +1315,7 @@ if( Param('webdotbase') && Param('webdotbase') !~ /^https?:/ ) {
     if(-x Param('webdotbase')) {
         print "ok: found\n" unless $silent;
     } else {
-        print "not a valid executable: " . Param{'webdotbase'} . "\n";
+        print "not a valid executable: " . Param('webdotbase') . "\n";
     }
 
     # Check .htaccess allows access to generated images