diff options
author | Himanshu Chauhan <hchauhan@ventanamicro.com> | 2022-12-09 11:43:35 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2022-12-10 22:00:27 +0530 |
commit | 506928a1be9952abc52f05c0c661338aa1d66f6d (patch) | |
tree | 68b242cf50be2d7336a95c217ff0377aced2d826 /lib/utils/serial | |
parent | cb568b9b294d5b20f7dd416e89b61c8bf0fa375d (diff) | |
download | opensbi-506928a1be9952abc52f05c0c661338aa1d66f6d.zip opensbi-506928a1be9952abc52f05c0c661338aa1d66f6d.tar.gz opensbi-506928a1be9952abc52f05c0c661338aa1d66f6d.tar.bz2 |
scripts: use env to invoke bash
Not all systems have bash at a fixed location like /bin/bash.
FreeBSD, for example, would typically have it at /usr/local/bin/bash.
When building OpenSBI on freebsd system, the build breaks.
Its advisable to use: #!/usr/bin/env bash
Signed-off-by: Himanshu Chauhan <hchauhan@ventanamicro.com>
Reviewed-by: Xiang W <wxjstz@126.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'lib/utils/serial')
0 files changed, 0 insertions, 0 deletions