diff options
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; |