mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Fix a typo in mkTestUpdates.sh
This commit is contained in:
parent
3bc6db4d80
commit
6fdf2a684c
1 changed files with 2 additions and 1 deletions
|
@ -112,7 +112,8 @@ elif [ `basename $SITE` = signedUpdates ]; then
|
|||
cp ${SITE}/../testUpdates/plugins/*.jar ${STAGING}/updates.${stamp}/plugins
|
||||
cd ${STAGING}/updates.${stamp}/plugins
|
||||
#WORKAROUND: Repack nested jars
|
||||
fox x in `ls org.apache.oro_*.jar org.apache.commons.net_*.jar`; do
|
||||
for x in `ls org.apache.oro_*.jar org.apache.commons.net_*.jar` ; do
|
||||
echo "pack200 -r -E4 $x"
|
||||
pack200 -r -E4 $x
|
||||
done
|
||||
for x in `ls *.jar`; do
|
||||
|
|
Loading…
Add table
Reference in a new issue