From 9dcd1edb601a6b3492d405dc7c2d9d7da7aa43c4 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 19 Dec 2009 18:16:50 +0100 Subject: $PATH addition had incorrect path, so maybe its not even needed --- sandbox/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/env.sh b/sandbox/env.sh index 0806055..7e2ec0d 100755 --- a/sandbox/env.sh +++ b/sandbox/env.sh @@ -8,5 +8,5 @@ XDG_DATA_HOME=./sandbox/examples/data XDG_CACHE_HOME=./sandbox/examples/cache XDG_CONFIG_HOME=./sandbox/examples/config -PATH=".sandbox/usr/local/share/uzbl/examples/data/uzbl/scripts/:$PATH" # needed when running uzbl-browser from here. not sure anymore why +#PATH="./sandbox/usr/local/share/uzbl/examples/data/uzbl/scripts/:$PATH" # needed when running uzbl-browser from here? don't think so.. PATH="./sandbox/usr/local/bin:$PATH" # needed to run uzbl-browser etc from here -- cgit v1.2.3