From 3c638451ba9842e33c5e0b83433ca406c64a3bb4 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 26 May 2016 11:54:51 +0200 Subject: silence `cd` in script --- bin/dotr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/dotr b/bin/dotr index cac1114b2..ee113b706 100755 --- a/bin/dotr +++ b/bin/dotr @@ -6,7 +6,7 @@ if [[ "$DOTTY_ROOT" == "" ]]; then DOTTY_ROOT="$0" fi DOTTY_ROOT="$(dirname "$DOTTY_ROOT")" -DOTTY_ROOT="$( cd "$DOTTY_ROOT" && pwd )/.." # absolute +DOTTY_ROOT="$( cd "$DOTTY_ROOT" >& /dev/null && pwd )/.." # absolute # CLASS_PATH is derived from the DOTTY_ROOT CLASS_PATH="-J-Xbootclasspath/a:.:$DOTTY_ROOT/target/scala-2.11/classes/" -- cgit v1.2.3