From 3ad46e1c40c0be25195580afe755732a095feaa5 Mon Sep 17 00:00:00 2001 From: Qiaowei Ren Date: Mon, 15 Feb 2016 15:09:13 +0800 Subject: [PATCH] Add necessary executable permission Some files should be marked as executable, and this patch just 'chmod +x' to them. Change-Id: If2b7a9c703ae2fcfdcffedac0528437281bb23e5 --- tools/coding-checks.sh | 0 tools/misc-sanity-checks.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/coding-checks.sh mode change 100644 => 100755 tools/misc-sanity-checks.sh diff --git a/tools/coding-checks.sh b/tools/coding-checks.sh old mode 100644 new mode 100755 diff --git a/tools/misc-sanity-checks.sh b/tools/misc-sanity-checks.sh old mode 100644 new mode 100755