summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorEvangelos Foutras <foutrelis@gmail.com>2009-09-23 20:04:37 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2009-09-23 21:02:26 +0200
commitfa47bd1a171251f282a03ae7e7626a170a0723df (patch)
treea24ba4cde0e22a07b7ffd2dd8d8ef6c3ffef0277 /commitpkg
parent8130fd3846834b08d5ad2d1fc749dbf74e30dc10 (diff)
downloaddevtools-fa47bd1a171251f282a03ae7e7626a170a0723df.tar.gz
devtools-fa47bd1a171251f282a03ae7e7626a170a0723df.tar.xz
commitpkg: correct svn commit message spacing
[Aaron: Remove trailing whitespace] Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg4
1 files changed, 2 insertions, 2 deletions
diff --git a/commitpkg b/commitpkg
index a8bff51..5a37ae3 100755
--- a/commitpkg
+++ b/commitpkg
@@ -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