diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2009-05-11 21:59:57 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-05-11 21:59:57 +0800 |
commit | b7fbe1d689879c7c1639129b8ebe518a29242477 (patch) | |
tree | f80fbb3e2e91f6b453f755c7009b50445bdd9c18 | |
parent | 2fe5a371872bf72e3387f1caa4ae64a2299ecd01 (diff) | |
download | gsoc2013-evolution-b7fbe1d689879c7c1639129b8ebe518a29242477.tar.gz gsoc2013-evolution-b7fbe1d689879c7c1639129b8ebe518a29242477.tar.zst gsoc2013-evolution-b7fbe1d689879c7c1639129b8ebe518a29242477.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=. |