projects
/
public
/
pyceo-broken.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tell ceod when it is a club rep; club reps don't need the new member email
[public/pyceo-broken.git]
/
etc
/
spam
/
new-member.d
/
welcome
diff --git
a/etc/spam/new-member.d/welcome
b/etc/spam/new-member.d/welcome
index
908909f
..
bb97620
100755
(executable)
--- a/
etc/spam/new-member.d/welcome
+++ b/
etc/spam/new-member.d/welcome
@@
-68,7
+68,7
@@
Regards,
Computer Science Club Executive
"
-elif
test "$prog" = addclub
; then
+elif
[[ "$prog" = addclubrep || "$prog" = addclub ]]
; then
exit 0
else
exit 1