[gimp/metadata-browser] autogen.sh: remove trailing ^M from the #!/bin/sh line... wtf



commit 1061437020069f473af6ebf10ca97799849942eb
Author: Michael Natterer <mitch gimp org>
Date:   Wed Nov 9 23:59:22 2011 +0100

    autogen.sh: remove trailing ^M from the #!/bin/sh line... wtf

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index e5d0c54..b182d95 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh 
+#!/bin/sh
 
 # This script does all the magic calls to automake/autoconf and
 # friends that are needed to configure a git clone. As described in



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]