aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-12 23:45:27 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2011-04-12 23:45:27 -0400
commit1a7bfc9471fcc46135b1099629675f085af7407a (patch)
tree90529fdbc7534141895391e320cf537192252a77 /examples
parentea192bba46f6f40bb67faf7f561260d7da286191 (diff)
Fix sed typo
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/formfiller.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/data/scripts/formfiller.sh b/examples/data/scripts/formfiller.sh
index 14853c7..b69ab60 100755
--- a/examples/data/scripts/formfiller.sh
+++ b/examples/data/scripts/formfiller.sh
@@ -132,7 +132,7 @@ Once ()
test -e "$tmpfile" &&
ParseFields < "$tmpfile" \
- | sed 's/@/\\@' \
+ | sed 's/@/\\@/' \
> "$UZBL_FIFO"
}