mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 02:50:41 -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
c6d3113416
commit
eb394f19d3
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Run this to generate all the initial makefiles, etc.
|
# Run this to generate all the initial makefiles, etc.
|
||||||
|
|
||||||
srcdir=`dirname $0`
|
srcdir=`dirname $0`
|
||||||
|
Loading…
Reference in New Issue
Block a user