Tagged Questions
2
votes
2answers
333 views
Why is sbt quitting when using fish?
I'm trying to get sbt running using the fish shell.
#!/usr/local/bin/fish
java -Xmx512M -jar (dirname (status -f))/sbt-launch-0.7.4.jar "$argv"
When I call sbt I get the following
[info] ...