From: Paul Eggert Date: Wed, 7 Sep 2011 18:26:41 +0000 (-0700) Subject: Fix move-if-change permissions. X-Git-Tag: emacs-pretest-24.0.90~104^2~136 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dcdc460c01cea51a03392b62416ed637adec80cb;p=emacs.git Fix move-if-change permissions. These were inadvertenly changed to 644 in the previous revision; the file should be executable, so change it back to 755. --- diff --git a/build-aux/move-if-change b/build-aux/move-if-change old mode 100644 new mode 100755