From 8543389f0a7309b9724c367a8c0ed72edcb901c4 Mon Sep 17 00:00:00 2001 From: Pavel Medvedev Date: Sun, 26 Jun 2016 12:21:07 +0300 Subject: [PATCH] Unset executable bit for .bat files On Windows this bit is not meaningful, on Posix systems such files should not be executable. --- gyp/gyp.bat | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 gyp/gyp.bat diff --git a/gyp/gyp.bat b/gyp/gyp.bat old mode 100755 new mode 100644