Use a temp file for bundle as some people keep naming it as the contents

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395503 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-04-20 06:05:39 +00:00
parent 3cd5bc957c
commit 77238a628e
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ wget $BUNDLEURL
BUNDLE=`echo $BUNDLEURL | sed -e 's#^.*/##;'`
echo $BUNDLE
mv $BUNDLE tmp.jar
BUNDLE = tmp.jar
(