emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/update-subdirs,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/update-subdirs,v
Date: Wed, 28 May 2008 17:39:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/28 17:39:56

Index: update-subdirs
===================================================================
RCS file: /sources/emacs/emacs/update-subdirs,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- update-subdirs      7 May 2008 07:35:40 -0000       1.15
+++ update-subdirs      28 May 2008 17:39:56 -0000      1.16
@@ -45,7 +45,11 @@
 ;; version-control: never
 ;; no-byte-compile: t
 ;; End:" > subdirs.el~
+  if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then
+    :; # echo "subdirs.el unchanged";
+  else
   mv subdirs.el~ subdirs.el
+  fi
 fi
 
 # arch-tag: 56ebcf1b-5c30-4934-b0b4-72d374064704




reply via email to

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