mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -05:00
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
This commit is contained in:
parent
593db0baee
commit
87b20d7f2a
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
srcdir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user