You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/07 09:18:32 UTC

[02/14] git commit: Pass commands down to system sbt as well

Pass commands down to system sbt as well


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/97123be1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/97123be1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/97123be1

Branch: refs/heads/master
Commit: 97123be1d7d1b68ec0cda09fd5894fc4af5f82c5
Parents: 9e9a913
Author: Holden Karau <ho...@pigscanfly.ca>
Authored: Sat Jan 4 20:16:56 2014 -0800
Committer: Holden Karau <ho...@pigscanfly.ca>
Committed: Sat Jan 4 20:16:56 2014 -0800

----------------------------------------------------------------------
 sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/97123be1/sbt
----------------------------------------------------------------------
diff --git a/sbt b/sbt
index e04a20c..8cff6df 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