Brian O'Connor

Buck checkstyle fix for Jenkins

Change-Id: I6009bb1ef8a9394375c0a298f91ef46c86c05606
...@@ -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()
......