1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-18 13:45:45 +02:00

Add rename_build.sh

This commit is contained in:
Martin Oberhuber 2009-09-26 21:02:52 +00:00
parent f0067f6b92
commit 3fd3254570

View file

@ -35,6 +35,7 @@ fi
for x in `ls $.zip *.tar` ; do
done
for x in `ls` ; do
if [ -f ${x} ]; then
case $x in
*-signed.zip)
;;
@ -49,6 +50,7 @@ for x in `ls` ; do
cp ${x} ../${tgtDir}/${x}
;;
esac
fi
done