emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e5c0350: * admin/update_autogen: Fix bogosity intro


From: Glenn Morris
Subject: [Emacs-diffs] master e5c0350: * admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge.
Date: Mon, 01 Dec 2014 18:29:23 +0000

branch: master
commit e5c0350828d5cf558c93355da47ca6e738edd1ac
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * admin/update_autogen: Fix bogosity introduced in 2014-11-16 merge.
---
 admin/ChangeLog      |    4 ++++
 admin/update_autogen |    9 +--------
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/admin/ChangeLog b/admin/ChangeLog
index 70961a7..091732b 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2014-12-01  Glenn Morris  <address@hidden>
+
+       * update_autogen: Fix bogosity introduced in 2014-11-16 merge.
+
 2014-11-29  Paul Eggert  <address@hidden>
 
        Lessen focus on ChangeLog files, as opposed to change log entries.
diff --git a/admin/update_autogen b/admin/update_autogen
index 4c4f52e..af7ea83 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -305,9 +305,6 @@ EOF
 
     modified=$(status $basegen) || die
 
-    ## bzr status output is always relative to top-level, not PWD.
-    [ "$vcs" = "bzr" ] && cd $oldpwd
-
     commit "generated" $modified || die "commit error"
 
     exit 0
@@ -379,11 +376,7 @@ echo "Checking status of loaddef files..."
 ## It probably would be fine to just check+commit lisp/, since
 ## making autoloads should not effect any other files.  But better
 ## safe than sorry.
-modified=$(status $genfiles ${ldefs_out#lisp/}) || die
-
-
-## bzr status output is always relative to top-level, not PWD.
-[ "$vcs" = "bzr" ] && cd ../
+modified=$(status $genfiles $ldefs_out) || die
 
 
 commit "loaddefs" $modified || die "commit error"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]