Pass commands down to system sbt as well

This commit is contained in:
Holden Karau 2014-01-04 20:16:56 -08:00
parent 9e9a913c2f
commit 97123be1d7

2
sbt
View file

@ -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 allready downloaded