aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/history.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/history.sh
parent349252c6d687f5a3852926d81ccf08987c1a09e9 (diff)
use the new $UZBL_* env vars exclusively
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 0561fe9..167aed7 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')" $6 $7" >> $UZBL_HISTORY_FILE
+echo $(date +'%Y-%m-%d %H:%M:%S')" $UZBL_URL $UZBL_TITLE" >> $UZBL_HISTORY_FILE