Skip to content
Snippets Groups Projects
Commit b590adb2 authored by Holden Karau's avatar Holden Karau
Browse files

Put quote arround arguments passed down to system sbt

parent 2dc83de7
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ printf "Checking for system sbt ["
if hash sbt 2>/dev/null; then
printf "FOUND]\n"
# Use System SBT
sbt $@
sbt "$@"
else
printf "NOT FOUND]\n"
# Download sbt or use already downloaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment