From 0902f8849750250ac7d9f3e753dc17b814ce11d8 Mon Sep 17 00:00:00 2001 From: Seyi Ogunyemi Date: Wed, 9 Nov 2011 05:55:39 +0000 Subject: [PATCH] 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. --- sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt b/sbt index 561d0b11f..1d95dff19 100755 --- a/sbt +++ b/sbt @@ -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