summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2011-10-19 10:48:20 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2011-10-19 10:48:20 +0200
commitacd0142e59047524302352e69332293655e6032c (patch)
treeb3bc63edfce6224539dc23b572b3048d2bbccba4
parent158aadf2a79a109f56866f2cc2da1d16ca4051a7 (diff)
parent84daf989c6d5954d73e94639240783f61dc57593 (diff)
Merge branch 'master' of http://git.aasimon.org/public/pracro
-rwxr-xr-xtools/add_file6
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;