Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
c636e093
Commit
c636e093
authored
Feb 17, 2019
by
Marc Cornellà
Browse files
mvn: avoid mvn-or-mvnw function calling itself when mvn is aliased to it
parent
b7679765
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/mvn/mvn.plugin.zsh
View file @
c636e093
...
...
@@ -26,7 +26,7 @@ mvn-or-mvnw() {
echo
"executing mvnw instead of mvn"
./mvnw
"
$@
"
else
mvn
"
$@
"
command
mvn
"
$@
"
fi
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment