[gnome-shell-extensions] autogen.sh: use #!/bin/sh instead of #!/bin/bash



commit 726a419bc611586946d93131de967a4c03d7019a
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Feb 9 10:59:39 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=722342

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index d9669c5..b48e937 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]