You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by jp...@apache.org on 2016/10/08 04:22:31 UTC

[trafficserver] 01/02: Make clang-format executable after downloading it.

This is an automated email from the ASF dual-hosted git repository.

jpeach pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 6fb48dcdb02b3f853a2ca084e0adbf5824d4aec6
Author: James Peach <jp...@apache.org>
AuthorDate: Fri Oct 7 20:34:40 2016 -0700

    Make clang-format executable after downloading it.
---
 tools/clang-format.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/clang-format.sh b/tools/clang-format.sh
index 9a5475b..293965b 100755
--- a/tools/clang-format.sh
+++ b/tools/clang-format.sh
@@ -61,6 +61,7 @@ if [ ! -e ${FORMAT} -o ! -e ${ROOT}/${PACKAGE} ] ; then
 d5558924377a6ad5799956cec5b37d4e421e2156  ${ARCHIVE}
 EOF
   ${SHASUM} -c ${ROOT}/sha1
+  chmod +x ${FORMAT}
 fi
 
 

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.