Skip to content

Commit

Permalink
kawa: fix command line argument passing (#2948)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk authored and DomT4 committed Jul 14, 2016
1 parent 31fc622 commit c3dcff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/kawa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def install
(bin/"kawa").write <<-EOS.undent
#!/bin/sh
KAWA_HOME="#{libexec}"
java -jar "$KAWA_HOME/kawa-#{version}.jar"
java -jar "$KAWA_HOME/kawa-#{version}.jar" "$@"
EOS
end
end

0 comments on commit c3dcff4

Please sign in to comment.