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:
parent
f0067f6b92
commit
3fd3254570
1 changed files with 16 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue