projects
/
confetti
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
322d57c
)
fix another typo. OK, it is really about a broken c+p function m-)
author
paul
<paul@plutz.net>
Fri, 10 Jun 2016 13:28:03 +0000
(13:28 +0000)
committer
paul
<paul@plutz.net>
Fri, 10 Jun 2016 13:28:03 +0000
(13:28 +0000)
svn path=/trunk/; revision=114
actions/generate_courselist.sh
patch
|
blob
|
history
diff --git
a/actions/generate_courselist.sh
b/actions/generate_courselist.sh
index
b00b008
..
97589ee
100755
(executable)
--- a/
actions/generate_courselist.sh
+++ b/
actions/generate_courselist.sh
@@
-65,7
+65,7
@@
list_attendee() { #Parameter: Cardfile
done
n=$(printf %s "$values[N]" \
- | sed -rn 's:^([^;]*)(;[^;]*)(;[^;]*)?(;[^;]*)?(;[^;]*)?$:
4 2 3 1
5:gp' \
+ | sed -rn 's:^([^;]*)(;[^;]*)(;[^;]*)?(;[^;]*)?(;[^;]*)?$:
\4 \2 \3 \1 \
5:gp' \
| sed -r 's:,: :;s:;: :g;s: +: :g;s:^ $::;'
)
fullname="${n:-${values[FN]:-${values[NICKNAME]}}}"