Skip to content

Commit

Permalink
$PATH addition had incorrect path, so maybe its not even needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Dec 19, 2009
1 parent 796785c commit 9dcd1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/env.sh
Expand Up @@ -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

0 comments on commit 9dcd1ed

Please sign in to comment.