From: Stephen L Johnson Date: Fri, 3 Mar 2000 03:51:40 +0000 (+0000) Subject: added missing " in line 97 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96af4c9de748a510d5438493a58e6be0eef28077;p=spong.git added missing " in line 97 --- diff --git a/build b/build index 30b1324..021a011 100755 --- a/build +++ b/build @@ -95,7 +95,7 @@ sub build { # &replace( "./src/lib/Spong/$file.pm", "./lib/Spong/$file.pm" ); } ssystem( "cp -rp ./src/lib/Spong/* ./lib/Spong/"); ssystem( "chmod 644 ./lib/Spong/*" ); - ssystem( "chmod 755 ./lib/Spong/Client ./lib/Spong/Message ./lib/Spong/Network); + ssystem( "chmod 755 ./lib/Spong/Client ./lib/Spong/Message ./lib/Spong/Network"); ssystem( "mkdir ./cgi-bin" ) if ! -d "./cgi-bin"; foreach $file ( @cgibin ) {