projects
/
confetti
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
apply tex escaping - typo
[confetti]
/
actions
/
generate_courselist.sh
diff --git
a/actions/generate_courselist.sh
b/actions/generate_courselist.sh
index
5b3a32b
..
5fbbc28
100755
(executable)
--- a/
actions/generate_courselist.sh
+++ b/
actions/generate_courselist.sh
@@
-57,7
+57,6
@@
list_attendee() { #Parameter: Cardfile
fi; done
printf '%s & %s & %s & %s\n' \
"$(tex_clean $fullname)" "$(tex_clean $values[BDAY])" "$(tex_clean $tel)" "$(tex_clean $note)" \
-
| sed -r ':X;N;$!bX; s;\n;\\newline ;g'
fi
}