aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/load_url_from_history.sh
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:19:12 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-15 10:19:12 -0700
commitba159dbb277adf7532e4e2f09dcfa461084c9455 (patch)
treee031fbd804a20d7fd687581e4271fbfba6ba5f1d /examples/data/scripts/load_url_from_history.sh
parent2c0cfb38749488e30218c6efd26ad824f42faaac (diff)
source -> . (fixes bashism)
Diffstat (limited to 'examples/data/scripts/load_url_from_history.sh')
-rwxr-xr-xexamples/data/scripts/load_url_from_history.sh6
1 files changed, 3 insertions, 3 deletions
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