1
0
Fork 0
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:
usa 2014-05-16 15:35:50 +00:00
parent 8119cbae1f
commit 25b2a21b31

View file

@ -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