From 4b5127ad47411ea18ee2b04b34bf2abd5a798d82 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 27 Aug 2013 11:59:12 +0100 Subject: [PATCH] feature: add script to set some debug vars this sets some helpful vars for running e19 directly from the git directory without installing anything and contaminating the running system --- e19_workdir_setup.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 e19_workdir_setup.sh diff --git a/e19_workdir_setup.sh b/e19_workdir_setup.sh new file mode 100644 index 000000000..c8172a927 --- /dev/null +++ b/e19_workdir_setup.sh @@ -0,0 +1,2 @@ +export E_MODULE_SRC_PATH=$(readlink -f src/modules/) +export E_START=/e