aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/session.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/session.sh
parente211c19ca4729ad498a58ca6bbdf6b5ce9ef22ea (diff)
$UZBL_URL -> $UZBL_URI (for consistency with the rest of our interface)
Diffstat (limited to 'examples/data/scripts/session.sh')
-rwxr-xr-xexamples/data/scripts/session.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/session.sh b/examples/data/scripts/session.sh
index c69b7e3..c5c4172 100755
--- a/examples/data/scripts/session.sh
+++ b/examples/data/scripts/session.sh
@@ -54,7 +54,7 @@ case $act in
echo "session manager: endinstance must be called from uzbl"
exit 1
fi
- [ "$UZBL_URL" != "(null)" ] && echo "$UZBL_URL" >> "$UZBL_SESSION_FILE"
+ [ "$UZBL_URI" != "(null)" ] && echo "$UZBL_URI" >> "$UZBL_SESSION_FILE"
echo exit > "$UZBL_FIFO"
;;