commit | 67f1c29822a3860e1fa02ff66ee69b218f7b44fa | [log] [tgz] |
---|---|---|
author | Brian O'Connor <bocon@onlab.us> | Wed May 04 20:16:11 2016 -0700 |
committer | Brian O'Connor <bocon@onlab.us> | Thu May 05 03:23:21 2016 +0000 |
tree | 56e3cf920168180a6434c05f144e2f316b22c754 | |
parent | fc3f314981794ec657c9f6c5bb023f1a80ca693f [diff] [blame] |
Buck checkstyle fix for Jenkins Change-Id: I6009bb1ef8a9394375c0a298f91ef46c86c05606
diff --git a/bucklets/onos.bucklet b/bucklets/onos.bucklet index 0a530e7..24d887f 100644 --- a/bucklets/onos.bucklet +++ b/bucklets/onos.bucklet
@@ -110,7 +110,7 @@ ### Checkstyle if srcs: - chk_cmd = '#!/bin/sh\n' + chk_cmd = '#!/bin/bash\n' # FIXME hack to add dependency on suppressions-xml in the checkstyle rule chk_cmd += 'FOO="$(location //tools/build/conf:suppressions-xml)"\n' base = get_base_path()