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 <[email protected]> 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 "[email protected]" <[email protected]>.
