From ce6d5889fe2614e8c04536e29d01c7467e7387c6 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Wed, 27 Jan 2010 10:26:21 +0800 Subject: Revert to a more useful comment in env.sh --- misc/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/env.sh b/misc/env.sh index 4eec525..0dfedfa 100755 --- a/misc/env.sh +++ b/misc/env.sh @@ -19,5 +19,5 @@ export XDG_DATA_HOME=$HOME/.local/share export XDG_CACHE_HOME=$HOME/.cache export XDG_CONFIG_HOME=$HOME/.config -# Now update the path to include our sandbox bin directory. +# Needed to run uzbl-browser etc from here. export PATH="./sandbox/usr/local/bin:$PATH" -- cgit v1.2.3