Project

General

Profile

Actions

Bug #13424

closed

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

Added by ngoto (Naohisa Goto) almost 7 years ago. Updated almost 7 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)

Related to Ruby master - Bug #13433: Solaris10上で make update-rubyspec が失敗ClosedActions
Related to Ruby master - Bug #13522: Solaris10上で make update-rubyspec が bad substitution で失敗ClosedActions
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0