mirror of https://github.com/apache/maven.git
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:
parent
3cd5bc957c
commit
77238a628e
|
@ -20,6 +20,8 @@ wget $BUNDLEURL
|
|||
BUNDLE=`echo $BUNDLEURL | sed -e 's#^.*/##;'`
|
||||
|
||||
echo $BUNDLE
|
||||
mv $BUNDLE tmp.jar
|
||||
BUNDLE = tmp.jar
|
||||
|
||||
(
|
||||
|
||||
|
|
Loading…
Reference in New Issue