1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-22 16:51:56 +02:00

[ticket/9824] Remove space after PHPBB3-12345 in prepared commit message.

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

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