Remove extra #!/bin/sh line
authorRodney Dawes <dobey@ximian.com>
Thu, 20 Nov 2003 19:22:47 +0000 (19:22 +0000)
committerRodney Dawes <dobey@src.gnome.org>
Thu, 20 Nov 2003 19:22:47 +0000 (19:22 +0000)
2003-11-20  Rodney Dawes  <dobey@ximian.com>

* autogen.sh: Remove extra #!/bin/sh line

ChangeLog
autogen.sh

index 6b062bd..1cededa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-11-20  Rodney Dawes  <dobey@ximian.com>
+
+       * autogen.sh: Remove extra #!/bin/sh line
+
 2003-11-19  JP Rosevear <jpr@ximian.com>
 
        * MAINTAINERS: Update
index a4734ac..a7f2c53 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
-#!/bin/sh
-# Run this to generate all the initial makefiles, etc.
-
 srcdir=`dirname $0`
 test -z "$srcdir" && srcdir=.