comparison update-subdirs @ 95369:d147ddeb05f9

Don't touch subdirs.el if it is unchanged.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 May 2008 17:39:56 +0000
parents 1a762a842f80
children 80b866cd08a3
comparison
equal deleted inserted replaced
95368:f77d335546ac 95369:d147ddeb05f9
43 (normal-top-level-add-to-load-path '($subdirs)) 43 (normal-top-level-add-to-load-path '($subdirs))
44 ;; Local" "Variables: 44 ;; Local" "Variables:
45 ;; version-control: never 45 ;; version-control: never
46 ;; no-byte-compile: t 46 ;; no-byte-compile: t
47 ;; End:" > subdirs.el~ 47 ;; End:" > subdirs.el~
48 if cmp "subdirs.el" "subdirs.el~" >/dev/null 2>&1; then
49 :; # echo "subdirs.el unchanged";
50 else
48 mv subdirs.el~ subdirs.el 51 mv subdirs.el~ subdirs.el
52 fi
49 fi 53 fi
50 54
51 # arch-tag: 56ebcf1b-5c30-4934-b0b4-72d374064704 55 # arch-tag: 56ebcf1b-5c30-4934-b0b4-72d374064704