aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/history.sh
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2010-11-29 17:55:07 -0700
committerGravatar Brendan Taylor <whateley@gmail.com>2010-11-29 17:55:07 -0700
commit0faed45023a73e446f606871b2480a317e4d8d2d (patch)
tree3264e4e4f02fdef560c43320f02c8613d0b07912 /examples/data/scripts/history.sh
parente211c19ca4729ad498a58ca6bbdf6b5ce9ef22ea (diff)
$UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)
Diffstat (limited to 'examples/data/scripts/history.sh')
-rwxr-xr-xexamples/data/scripts/history.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/history.sh b/examples/data/scripts/history.sh
index 167aed7..266d65d 100755
--- a/examples/data/scripts/history.sh
+++ b/examples/data/scripts/history.sh
@@ -4,4 +4,4 @@
[ -w "$UZBL_HISTORY_FILE" ] || [ ! -a "$UZBL_HISTORY_FILE" ] || exit 1
-echo $(date +'%Y-%m-%d %H:%M:%S')" $UZBL_URL $UZBL_TITLE" >> $UZBL_HISTORY_FILE
+echo $(date +'%Y-%m-%d %H:%M:%S')" $UZBL_URI $UZBL_TITLE" >> $UZBL_HISTORY_FILE