aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-06-26 20:20:47 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-06-26 20:20:47 -0400
commit50688d6601432c608655ce87be306839bb0784d3 (patch)
tree2d1f568de35acf6d6365b229d29ec3e9bec136a9 /examples
parentf39423189b7e564656a241c22ff6eb7fc03bd8c9 (diff)
Escape '@' when following a link
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/follow.sh2
1 files changed, 1 insertions, 1 deletions
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