summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauren Perry <lauren.perry@codethink.co.uk>2014-12-11 17:12:30 +0000
committerLauren Perry <lauren.perry@codethink.co.uk>2014-12-17 12:29:15 +0000
commitb2f071304a6e16fa219514f656fec9c3161fd6d3 (patch)
tree378ed8139bcc97475651e0550fd7b34b9f2330a7
parentf173a9c577873660fff3258a352736767576f255 (diff)
downloadfirehose-b2f071304a6e16fa219514f656fec9c3161fd6d3.tar.gz
Removed morph after placing its functionality in firehose.sh
-rwxr-xr-xmorph17
1 files changed, 0 insertions, 17 deletions
diff --git a/morph b/morph
deleted file mode 100755
index d92fe4c..0000000
--- a/morph
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-MORPH="${MORPH:-$(which morph)}"
-
-BASE="$(dirname $0)"
-BASE="${BASE:-.}"
-BASE="$(realpath ${BASE})"
-
-MORPH_PLUGIN_PATH="${BASE}/plugin"
-
-export MORPH_PLUGIN_PATH
-
-PYTHONPATH="${BASE}${PYTHONPATH:+:${PYTHONPATH}}:"
-
-export PYTHONPATH
-
-exec ${MORPH} "$@"