commit | 1b77c81cc9caf605271b88e2458dfee5cb5804d3 | [log] [tgz] |
---|---|---|
author | Sandrine Bailleux <sandrine.bailleux@arm.com> | Fri Aug 07 11:30:15 2020 +0200 |
committer | Sandrine Bailleux <sandrine.bailleux@arm.com> | Fri Aug 07 11:30:15 2020 +0200 |
tree | 55ef91b753a9eb65bfacddf6b7ea3d71d54bc898 | |
parent | c52093deabba9ed8b82fca6ec52a8ab9aa3fd5d3 [diff] [blame] |
Replace shebang '/bin/bash' for '/usr/bin/env bash' A few new files have been recently introduced with the shebang '/bin/bash'. Replace them for the same reason as stated in commit 9dfdd1b3830dd69b46a02a9728216fb6fbcedd44. Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: I272dd9935b0d38f23a00190a3f7ec755e07dd51e
diff --git a/script/static-checks/static-checks-banned-apis.sh b/script/static-checks/static-checks-banned-apis.sh index c4ed874..ff4e9e0 100755 --- a/script/static-checks/static-checks-banned-apis.sh +++ b/script/static-checks/static-checks-banned-apis.sh
@@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # # Copyright (c) 2019, Arm Limited. All rights reserved. #