From 2023f88c184dce92beeea543ab799ea16b8e15bc Mon Sep 17 00:00:00 2001 From: ohair Date: Tue, 18 Mar 2008 11:04:42 -0700 Subject: [PATCH] 6611788: chmod a+x bin/winver.exe in make/tools/winver/Makefile fails on a read only file system Summary: Tell Mercurial this file has execute permission. Reviewed-by: tbell --- make/tools/winver/bin/winver.exe | Bin 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 make/tools/winver/bin/winver.exe diff --git a/make/tools/winver/bin/winver.exe b/make/tools/winver/bin/winver.exe old mode 100644 new mode 100755 -- GitLab