Actions
Bug #13424
closedSolaris10上で make update-rubyspec が bad substitution で失敗
Bug #13424:
Solaris10上で make update-rubyspec が bad substitution で失敗
Description
おそらく r58217 以降、Solaris 10 上にて、 make update-rubyspec が以下のように失敗します。
$ make update-rubyspec V=1
./tool/git-refresh -C ./spec \
git://github.com/ruby/mspec.git mspec
./tool/git-refresh: bad substitution
make: *** [update-mspec] Error 1
"${dir#*/}" がSolarisの/bin/shでは事実上使いものにならないのが原因のようです。
$ dir=/this/is/example
$ echo ${dir#*/}
bad substitution
Actions