aboutsummaryrefslogtreecommitdiffhomepage
path: root/sandbox
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-19 18:16:50 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-19 18:16:50 +0100
commit9dcd1edb601a6b3492d405dc7c2d9d7da7aa43c4 (patch)
tree11810f232492c6a076a682945868ce6512e11490 /sandbox
parent796785c342bffa78698b63691d2f7fd67aca3d96 (diff)
$PATH addition had incorrect path, so maybe its not even needed
Diffstat (limited to 'sandbox')
-rwxr-xr-xsandbox/env.sh2
1 files changed, 1 insertions, 1 deletions
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