From 50688d6601432c608655ce87be306839bb0784d3 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 26 Jun 2011 20:20:47 -0400 Subject: Escape '@' when following a link --- examples/data/scripts/follow.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh index f08bd29..3b93b0d 100755 --- a/examples/data/scripts/follow.sh +++ b/examples/data/scripts/follow.sh @@ -21,7 +21,7 @@ case "$result" in case "$uriaction" in set) - printf 'uri '"$uri"'\n' > "$UZBL_FIFO" + printf 'uri '"$uri"'\n' | sed -e 's/@/\\@/' > "$UZBL_FIFO" ;; clipboard) printf "$uri" | xclip -- cgit v1.2.3