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-11 17:12:30 +0000
commita17545e2725f6a40092de0c8d7c62e959a1aa243 (patch)
treeb2cb5d127319526f1516fe7a1bd0c8147f9f9280
parent814dc9ca79f331af5c04b882ed0ed19027e3dc06 (diff)
downloadfirehose-baserock/perryl/install-firehose.tar.gz
Removed morph after placing its functionality in firehose.shbaserock/perryl/install-firehose
-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} "$@"