autogen.sh: Make it work with sh (not bash)
This commit is contained in:
parent
5b54dc9ab2
commit
1d80d70314
@ -2,7 +2,7 @@
|
||||
|
||||
PWD=
|
||||
case "$0" in
|
||||
*/*) srcdir="${0%/*}/";;
|
||||
*/*) srcdir=`dirname $0`;;
|
||||
*) srcdir="";;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user