aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/follow.sh
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-29 17:49:01 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-29 17:49:01 -0700
commite211c19ca4729ad498a58ca6bbdf6b5ce9ef22ea (patch)
tree60f7cfaf60909fa365e73693e8b7ac36494d0b46 /examples/data/scripts/follow.sh
parent349252c6d687f5a3852926d81ccf08987c1a09e9 (diff)
use the new $UZBL_* env vars exclusively
Diffstat (limited to 'examples/data/scripts/follow.sh')
-rwxr-xr-xexamples/data/scripts/follow.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh
index c8ded84..d1560bf 100755
--- a/examples/data/scripts/follow.sh
+++ b/examples/data/scripts/follow.sh
@@ -3,8 +3,6 @@
# This script is just a wrapper around follow.js that lets us change uzbl's mode
# after a link is selected.
-. "$UZBL_UTIL_DIR"/uzbl-args.sh
-
# if socat is installed then we can change Uzbl's input mode once a link is
# selected; otherwise we just select a link.
if ! which socat >/dev/null 2>&1; then