aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/load_url_from_history.sh
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-10 19:41:56 -0500
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-03-10 20:27:16 -0500
commit1c7090b125ddf75c2646976f74ec3fdee8c34161 (patch)
tree1127813ee3d2511e472b2feb8e9bc2d8e8c97a7c /examples/data/scripts/load_url_from_history.sh
parent8bbc39b83f362896f133c8cb054dc4f2773c5232 (diff)
Wrap util scripts in quotes
Diffstat (limited to 'examples/data/scripts/load_url_from_history.sh')
-rwxr-xr-xexamples/data/scripts/load_url_from_history.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/data/scripts/load_url_from_history.sh b/examples/data/scripts/load_url_from_history.sh
index 59ad492..256a342 100755
--- a/examples/data/scripts/load_url_from_history.sh
+++ b/examples/data/scripts/load_url_from_history.sh
@@ -3,8 +3,8 @@
DMENU_SCHEME="history"
DMENU_OPTIONS="xmms vertical resize"
-. "$UZBL_UTIL_DIR"/dmenu.sh
-. "$UZBL_UTIL_DIR"/uzbl-dir.sh
+. "$UZBL_UTIL_DIR/dmenu.sh"
+. "$UZBL_UTIL_DIR/uzbl-dir.sh"
[ -r "$UZBL_HISTORY_FILE" ] || exit 1