Skip to content

Commit

Permalink
Put quote arround arguments passed down to system sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Jan 7, 2014
1 parent 2dc83de commit b590adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt/sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b590adb

Please sign in to comment.