projects
/
confetti
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
escape certain characters before passing to eval (\, $, and `)
[confetti]
/
pages
/
attendees.sh
diff --git
a/pages/attendees.sh
b/pages/attendees.sh
index
9d03cad
..
f40f82d
100755
(executable)
--- a/
pages/attendees.sh
+++ b/
pages/attendees.sh
@@
-183,7
+183,8
@@
vcf_parse() {
done
;;
esac
- done
+ done \
+ | sed -r 's:[\\$`]:\\&:g'
}
view_attendee() { #Parameter: Cardfile