Commit c636e093 authored by Marc Cornellà's avatar Marc Cornellà
Browse files

mvn: avoid mvn-or-mvnw function calling itself when mvn is aliased to it

parent b7679765
......@@ -26,7 +26,7 @@ mvn-or-mvnw() {
echo "executing mvnw instead of mvn"
./mvnw "$@"
else
mvn "$@"
command mvn "$@"
fi
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment