From ffbf2c2aa3a8b8c3965a2f8f9d001815c8c46cc7 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Thu, 17 Dec 2009 20:55:29 +0800 Subject: Unbreak the new test-uzbl-{core,browser}-sandbox make targets. --- sandbox/env.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sandbox') diff --git a/sandbox/env.sh b/sandbox/env.sh index 0806055..157ef36 100755 --- a/sandbox/env.sh +++ b/sandbox/env.sh @@ -5,8 +5,8 @@ # - executing limits scope of variables too much (even with exporting) # maybe we should spawn processes from here with an 'exec' at the end? -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/bin:$PATH" # needed to run uzbl-browser etc from here +export XDG_DATA_HOME=./sandbox/examples/data +export XDG_CACHE_HOME=./sandbox/examples/cache +export XDG_CONFIG_HOME=./sandbox/examples/config +export PATH=".sandbox/usr/local/share/uzbl/examples/data/uzbl/scripts/:$PATH" # needed when running uzbl-browser from here. not sure anymore why +export PATH="./sandbox/usr/local/bin:$PATH" # needed to run uzbl-browser etc from here -- cgit v1.2.3