[mutter/wayland] autogen.sh: use #!/bin/sh instead of #!/bin/bash



commit 87b20d7f2accb523f85924fff8a32a99d8c47357
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Feb 9 10:56:26 2014 -0500

    autogen.sh: use #!/bin/sh instead of #!/bin/bash
    
    We don't have any bashisms in this file, so we may as well use sh.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=722530

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index 61a2796..79439b5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # Run this to generate all the initial makefiles, etc.
 
 srcdir=`dirname $0`


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