mirror of https://github.com/apache/maven.git
Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@395504 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
77238a628e
commit
2f698d0acf
|
@ -21,7 +21,7 @@ BUNDLE=`echo $BUNDLEURL | sed -e 's#^.*/##;'`
|
|||
|
||||
echo $BUNDLE
|
||||
mv $BUNDLE tmp.jar
|
||||
BUNDLE = tmp.jar
|
||||
BUNDLE=tmp.jar
|
||||
|
||||
(
|
||||
|
||||
|
|
Loading…
Reference in New Issue