Commit 360fcd2f authored by Aaron Griffin's avatar Aaron Griffin
Browse files

svn: remove the default -m commit arg



This should force people to add a valid commit message
when updating PKGBUILDs and the like. Passing it on the
command line still works fine

Signed-off-by: default avatarAaron Griffin <aaronmgriffin@gmail.com>
parent e03dfc46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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