summaryrefslogtreecommitdiff
path: root/admin/update_autogen
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-12-01 13:40:06 -0500
committerGlenn Morris <rgm@gnu.org>2014-12-01 13:40:06 -0500
commit02d462b291ae4494d4935d4e21332b7d205a82ce (patch)
tree4eff1537390f103972405ee6cd33cfac2f839df4 /admin/update_autogen
parentb8775f0217b670f3a55ca014e3ecfc3fe9199fef (diff)
downloademacs-02d462b291ae4494d4935d4e21332b7d205a82ce.tar.gz
* admin/update_autogen (commit): Revert earlier change.
This was based on a misunderstanding due to the mess that had been made in trunk of this file and its ChangeLog.
Diffstat (limited to 'admin/update_autogen')
-rwxr-xr-xadmin/update_autogen4
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/update_autogen b/admin/update_autogen
index 84e0584f220..d9d34fa3d6e 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -228,10 +228,6 @@ commit ()
echo "Committing..."
- [ "$vcs" = "git" ] && {
- $vcs add "$@" || return $?
- }
-
$vcs commit -m "Auto-commit of $type files." "$@" || return $?
[ "$vcs" = "git" ] && {