]> git.etc.gen.nz Git - spong.git/commitdiff
Fixed shebang line (missing the !)
authorMichael Brown <michaelb@opentext.com>
Thu, 1 Aug 2002 20:02:52 +0000 (20:02 +0000)
committerMichael Brown <michaelb@opentext.com>
Thu, 1 Aug 2002 20:02:52 +0000 (20:02 +0000)
build

diff --git a/build b/build
index 000b7baea5c70624a8e7ab8298eca4d5690a53b9..097bfcc36633090c8c96cbb2a687af1a325c59a9 100755 (executable)
--- 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 -