From 96af4c9de748a510d5438493a58e6be0eef28077 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Fri, 3 Mar 2000 03:51:40 +0000 Subject: [PATCH] added missing " in line 97 --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.30.2