Add a dash for just in case

This commit is contained in:
Raúl Porcel 2013-08-14 17:55:31 +00:00
parent 9ce4d2496c
commit 93c25d5835

View file

@ -40,7 +40,7 @@ pre_build() {
for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
pushd $d
for t in hppa1.1 hppa2.0; do
for f in $(ls stage3-${t}*bz2 | give_latest_from_dates ) ; do
for f in $(ls stage3-${t}-*bz2 | give_latest_from_dates ) ; do
of=${f/20[0-9][0-9].[0-9]/latest} # for 20XX.Y stuff
of=${of/20[0-9][0-9][0-1][0-9][0-9][0-9]/latest} # for $
ln -sf $f $of