1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

autobuild: add an extra blank line before the autobuild markers

This commit is contained in:
Andrew Tridgell 2010-10-12 13:06:16 +11:00
parent a89331e954
commit f2dc72eb47

View File

@ -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