From ba159dbb277adf7532e4e2f09dcfa461084c9455 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 15 Nov 2010 10:19:12 -0700 Subject: source -> . (fixes bashism) --- examples/data/scripts/load_url_from_history.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/data/scripts/load_url_from_history.sh') diff --git a/examples/data/scripts/load_url_from_history.sh b/examples/data/scripts/load_url_from_history.sh index d094625..1f540c9 100755 --- a/examples/data/scripts/load_url_from_history.sh +++ b/examples/data/scripts/load_url_from_history.sh @@ -3,9 +3,9 @@ DMENU_SCHEME="history" DMENU_OPTIONS="xmms vertical resize" -source $UZBL_UTIL_DIR/dmenu.sh -source $UZBL_UTIL_DIR/uzbl-args.sh -source $UZBL_UTIL_DIR/uzbl-dir.sh +. $UZBL_UTIL_DIR/dmenu.sh +. $UZBL_UTIL_DIR/uzbl-args.sh +. $UZBL_UTIL_DIR/uzbl-dir.sh [ -r "$UZBL_HISTORY_FILE" ] || exit 1 -- cgit v1.2.3