mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/release.sh: need -f option because this overwrite the previous links if they exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8119cbae1f
commit
25b2a21b31
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ do
|
|||
for ext in $EXTS
|
||||
do
|
||||
cp $r$ext $dir/$r$ext
|
||||
ln -s $xy/$r$ext ${RUBYDIR}/$r$ext
|
||||
ln -sf $xy/$r$ext ${RUBYDIR}/$r$ext
|
||||
if [ x$preview = x ];then
|
||||
ln -s $xy/$r$ext ${RUBYDIR}/ruby-$xy-stable$ext
|
||||
ln -sf $xy/$r$ext ${RUBYDIR}/ruby-$xy-stable$ext
|
||||
fi
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue