summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-08-29 11:20:51 +0200
committergjoranv <gjoranv@gmail.com>2023-08-29 11:31:30 +0200
commitaf852fb6295cc03ff8cf80ae7b8f41046535eff1 (patch)
treedb223e4fce10a1adc364fe5a5cf5c1a5577e3c65 /bootstrap.sh
parente479681e92fccb03bcd8e98edc88edfe522f0d0d (diff)
Avoid unnecessary wildcard to rm
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index f42b556c4e4..e6d61e7c7a5 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -77,7 +77,7 @@ echo "Setting up maven wrapper in $(pwd)"
mvn wrapper:wrapper -Dmaven=3.8.8 -f maven-plugins/pom.xml
force_move maven-plugins .mvn
force_move maven-plugins mvnw
-rm -f maven-plugins/mvnw*
+rm -f maven-plugins/mvnw.cmd
${MAVEN_CMD} -v
# must install parent poms first: