summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/morph.shell-lib9
1 files changed, 0 insertions, 9 deletions
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"