From f2dc72eb47c0a3217265784f1d76117279ca8c1c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 12 Oct 2010 13:06:16 +1100 Subject: autobuild: add an extra blank line before the autobuild markers --- script/commit_mark.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'script/commit_mark.sh') diff --git a/script/commit_mark.sh b/script/commit_mark.sh index bb1e9428a0..93a345bc7b 100755 --- a/script/commit_mark.sh +++ b/script/commit_mark.sh @@ -8,6 +8,7 @@ fi fullname=$(getent passwd $USER | cut -d: -f5| cut -d',' -f1) cat <> "$1" + Autobuild-User: $fullname <$USER@samba.org> Autobuild-Date: $(date) on $(hostname) EOF -- cgit