aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-17 20:55:29 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-17 20:55:29 +0800
commitffbf2c2aa3a8b8c3965a2f8f9d001815c8c46cc7 (patch)
tree6b1eb7750d39c62c466a8b0e5560258c8a35c515 /sandbox
parentfab8c948215ed46cf78bd7a58b803efddb13dd0e (diff)
Unbreak the new test-uzbl-{core,browser}-sandbox make targets.
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox/env.sh10
1 files changed, 5 insertions, 5 deletions
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