Skip to content

Commit

Permalink
clj invocation doesn't like -i
Browse files Browse the repository at this point in the history
See Issue Homebrew#575
  • Loading branch information
mxcl committed Feb 13, 2010
1 parent adce728 commit 6bd62d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clojure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ def install
java -server -cp $CLOJURE clojure.main
else
scriptname=$1
java -server -cp $CLOJURE clojure.main -i $scriptname $*
java -server -cp $CLOJURE clojure.main $scriptname $*
fi

0 comments on commit 6bd62d2

Please sign in to comment.