IIRC .bashrc is never read for a script unless it's explicitly told to do so & this currently causes an invalid option error on Ubuntu.

This commit is contained in:
Seyi Ogunyemi 2011-11-09 05:55:39 +00:00
parent 7fd0cc8097
commit 0902f88497
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash --norc
#!/usr/bin/env bash
#
# A more capable sbt runner, coincidentally also called sbt.
# Author: Paul Phillips <paulp@typesafe.com>