summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/commitpkg b/commitpkg
index 79998fb..8622b32 100755
--- a/commitpkg
+++ b/commitpkg
@@ -98,7 +98,7 @@ if [ "$1" != "" ]; then
echo "===> Commited with \"upgpkg: $pkgname $pkgver-$pkgrel
$1\" message"
else
- svn commit -m "upgpkg: $pkgname $pkgver-$pkgrel" > /dev/null
+ svn commit >/dev/null
if [ $? -ne 0 ]; then
echo "Cancelled"
exit 1