Project

General

Profile

Actions

Bug #13424

closed

Solaris10上で make update-rubyspec が bad substitution で失敗

Bug #13424: Solaris10上で make update-rubyspec が bad substitution で失敗

Added by ngoto (Naohisa Goto) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-dev:50069]

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 

Related issues 2 (0 open2 closed)

Actions

Also available in: PDF Atom