diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-05-11 21:59:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-21 09:58:46 +0800 |
commit | 246afc7a4a2d827376d33084a8f162bdbc55c0d8 (patch) | |
tree | 6afa9ae2e19c79a15a55a01b56a5b373166b724a | |
parent | f4cf9af33ccde3142a3011e8b2dbcfb4cbc9ae81 (diff) | |
download | gsoc2013-evolution-246afc7a4a2d827376d33084a8f162bdbc55c0d8.tar.gz gsoc2013-evolution-246afc7a4a2d827376d33084a8f162bdbc55c0d8.tar.zst gsoc2013-evolution-246afc7a4a2d827376d33084a8f162bdbc55c0d8.zip |
Bug 582168 – Remove duplicated shebang and comment from autogen.sh
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/autogen.sh b/autogen.sh index 4b51a10c76..267560d8a9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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=. |