From 6ac0915906532cf8cdf2aacaccf76c0285c3cf72 Mon Sep 17 00:00:00 2001 From: Caesar Kabalan Date: Fri, 23 Dec 2016 20:10:57 -0700 Subject: [PATCH] Add +x permission to two python tools. All other tools in the /tools/ directory had the +x permission so changed genMD.py and update_all.py to match. --- tools/genMD.py | 0 tools/update_all.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 tools/genMD.py mode change 100644 => 100755 tools/update_all.py diff --git a/tools/genMD.py b/tools/genMD.py old mode 100644 new mode 100755 diff --git a/tools/update_all.py b/tools/update_all.py old mode 100644 new mode 100755