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=
|
||||
case "$0" in
|
||||
*/*) srcdir="${0%/*}/";;
|
||||
*/*) srcdir=`dirname $0`;;
|
||||
*) srcdir="";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue