diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-19 10:48:20 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-19 10:48:20 +0200 |
commit | acd0142e59047524302352e69332293655e6032c (patch) | |
tree | b3bc63edfce6224539dc23b572b3048d2bbccba4 /tools/add_file | |
parent | 158aadf2a79a109f56866f2cc2da1d16ca4051a7 (diff) | |
parent | 84daf989c6d5954d73e94639240783f61dc57593 (diff) |
Merge branch 'master' of http://git.aasimon.org/public/pracro
Diffstat (limited to 'tools/add_file')
-rwxr-xr-x | tools/add_file | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/add_file b/tools/add_file index ff3bc9a..4adc039 100755 --- a/tools/add_file +++ b/tools/add_file @@ -24,13 +24,13 @@ function allfile() { fi if [ "$WHO" == "senator" ]; then - echo "Lars Bisballe Jensen" >> $1; + echo " Lars Bisballe Jensen" >> $1; echo " * elsenator@gmail.com" >> $1; fi if [ "$WHO" == "piparum" ]; then - echo "Peter Skaarup" >> $1; - echo " * and piparum@piparum.dk" >> $1; + echo " Peter Skaarup" >> $1; + echo " * and piparum@piparum.dk" >> $1; fi echo " ****************************************************************************/" >> $1; echo "" >> $1; |