From: Michael Brown Date: Thu, 1 Aug 2002 20:02:52 +0000 (+0000) Subject: Fixed shebang line (missing the !) X-Git-Tag: spong-2_8_0-beta1~63 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d0fa4776c572ef0ac47bd269ffdebab832221cf;p=spong.git Fixed shebang line (missing the !) --- diff --git a/build b/build index 000b7ba..097bfcc 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#/usr/bin/perl +#!/usr/bin/perl # # You need to change the above line to the location of Perl on your machine. # And yes, I realized that I am reinventing the functionality of make here -