From e694d9024cddf4dd54efd828927e3fd5e70b6c3a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 27 Oct 2013 23:30:49 +0100 Subject: o Removing all old code (X files). o Making sure APPSH_HOME is 1) exported and, 2) always prepended to $PATH. o More documentation on what a zip file actually looks like and how to create hooks. --- bin/app-ls-apps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/app-ls-apps') diff --git a/bin/app-ls-apps b/bin/app-ls-apps index 4adc274..86ca534 100755 --- a/bin/app-ls-apps +++ b/bin/app-ls-apps @@ -3,7 +3,7 @@ set -e set -u -APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) +export APPSH_HOME=$(cd $(dirname "$0")/.. && pwd) . $APPSH_HOME/lib/common # HEADER END -- cgit v1.2.3