commitpkg: correct svn commit message spacing

[Aaron: Remove trailing whitespace]
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Evangelos Foutras 2009-09-23 21:04:37 +03:00 committed by Aaron Griffin
parent 8130fd3846
commit fa47bd1a17
1 changed files with 2 additions and 2 deletions

View File

@ -88,14 +88,14 @@ for CARCH in ${arch[@]}; do
if [ "$1" != "" ]; then
svn commit -m "upgpkg: $pkgbase $pkgver-$pkgrel
$1" > /dev/null
$1" > /dev/null
if [ $? -ne 0 ]; then
echo "Cancelled"
exit 1
fi
echo "===> Commited with message:
upgpkg: $pkgbase $pkgver-$pkgrel
$1"
$1"
else
svn commit
if [ $? -ne 0 ]; then