autobuild: add an extra blank line before the autobuild markers
authorAndrew Tridgell <tridge@samba.org>
Tue, 12 Oct 2010 02:06:16 +0000 (13:06 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 12 Oct 2010 02:13:19 +0000 (02:13 +0000)
script/commit_mark.sh

index bb1e9428a04c56f5644d75d2300426c6a4db5bea..93a345bc7b90b099b499173651ee7c889f91a24a 100755 (executable)
@@ -8,6 +8,7 @@ fi
 
 fullname=$(getent passwd $USER | cut -d: -f5| cut -d',' -f1)
 cat <<EOF >> "$1"
+
 Autobuild-User: $fullname <$USER@samba.org>
 Autobuild-Date: $(date) on $(hostname)
 EOF