mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
autogen.sh: Make it work with sh (not bash)
This commit is contained in:
parent
5b54dc9ab2
commit
1d80d70314
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
PWD=
|
PWD=
|
||||||
case "$0" in
|
case "$0" in
|
||||||
*/*) srcdir="${0%/*}/";;
|
*/*) srcdir=`dirname $0`;;
|
||||||
*) srcdir="";;
|
*) srcdir="";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue