aboutsummaryrefslogtreecommitdiff
path: root/sbt
diff options
context:
space:
mode:
Diffstat (limited to 'sbt')
-rwxr-xr-xsbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbt b/sbt
index e04a20c48a..8cff6df69f 100755
--- a/sbt
+++ b/sbt
@@ -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