1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/9824] Add space after [ticket/12345] in prepared commit message.

PHPBB3-9824
This commit is contained in:
Andreas Fischer 2011-03-02 00:07:45 +01:00
parent 16a46e6a24
commit 9bed2b119c

View File

@ -38,5 +38,5 @@ then
tail="\n\nPHPBB3-${branch##ticket/}";
fi
echo "[$branch]$tail$(cat "$1")" > "$1"
echo "[$branch] $tail$(cat "$1")" > "$1"
fi