]> code.delx.au - gnu-emacs/blobdiff - build-aux/update-subdirs
Merge from emacs-24; up to 2013-01-02T16:37:04Z!eggert@cs.ucla.edu
[gnu-emacs] / build-aux / update-subdirs
index 8fdf1609e6fe075fc1d7e720ef2fc17d5a3a2212..3c429b8b5e431b43cc6406e2b1f09b05768c2bc7 100755 (executable)
@@ -49,8 +49,8 @@ else
 ;; no-byte-compile: t
 ;; End:" > subdirs.el~
   if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then
-    :; # echo "subdirs.el unchanged";
+    rm subdirs.el~
   else
-  mv subdirs.el~ subdirs.el
+    mv subdirs.el~ subdirs.el
   fi
 fi