Buck checkstyle fix for Jenkins
Change-Id: I6009bb1ef8a9394375c0a298f91ef46c86c05606
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -110,7 +110,7 @@ def osgi_jar( | ... | @@ -110,7 +110,7 @@ def osgi_jar( |
110 | 110 | ||
111 | ### Checkstyle | 111 | ### Checkstyle |
112 | if srcs: | 112 | if srcs: |
113 | - chk_cmd = '#!/bin/sh\n' | 113 | + chk_cmd = '#!/bin/bash\n' |
114 | # FIXME hack to add dependency on suppressions-xml in the checkstyle rule | 114 | # FIXME hack to add dependency on suppressions-xml in the checkstyle rule |
115 | chk_cmd += 'FOO="$(location //tools/build/conf:suppressions-xml)"\n' | 115 | chk_cmd += 'FOO="$(location //tools/build/conf:suppressions-xml)"\n' |
116 | base = get_base_path() | 116 | base = get_base_path() | ... | ... |
-
Please register or login to post a comment