]> code.delx.au - gnu-emacs/blobdiff - admin/update_autogen
Merge from origin/emacs-24
[gnu-emacs] / admin / update_autogen
index 1a84030a5b0b97482edbcb1c851df366f21db69b..73e8aebe3d82763c8e90e81b12337c66fe852630 100755 (executable)
@@ -228,7 +228,7 @@ commit ()
 
     echo "Committing..."
 
-    $vcs commit -m "Auto-commit of $type files." "$@" || return $?
+    $vcs commit -m "Auto-commit of $type files." "$@" || return $?
 
     [ "$vcs" = "git" ] && {
         $vcs push || return $?