From e9e9baa045ae45bb99aecbc5850823480592e9f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 5 Mar 2014 13:14:00 +0000 Subject: Remove setting of SRCDIR in morph.shell-lib Yarn in Baserock now sets SRCDIR, so it is not necessary for us to set it anymore. --- yarns/morph.shell-lib | 9 --------- 1 file changed, 9 deletions(-) (limited to 'yarns') diff --git a/yarns/morph.shell-lib b/yarns/morph.shell-lib index e025f8f5..265e7c78 100644 --- a/yarns/morph.shell-lib +++ b/yarns/morph.shell-lib @@ -148,15 +148,6 @@ assert_morphologies_are_petrified() } -# Currently, yarn isn't setting $SRCDIR to point at the project source -# directory. We simulate this here. - -if ! env | grep '^SRCDIR=' > /dev/null -then - export SRCDIR="$(pwd)" -fi - - # Added until it's fixed in upstream. # It's a solution to create an empty home directory each execution export HOME="$DATADIR/home" -- cgit v1.2.1