mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
build: Require bash for pushd
If using sh, there's no pushd. Make autogen.sh execute with bash instead. https://bugzilla.gnome.org/show_bug.cgi?id=781242
This commit is contained in:
parent
612432ac3e
commit
a4cb1f0f7a
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Run this to generate all the initial makefiles, etc.
|
||||
|
||||
srcdir=`dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user