forked from Imagelibrary/seL4
tools: BSD compat for changed.sh
On e.g. FreeBSD, Bash lives at /usr/local/bin/bash. This change makes the script find Bash wherever it may be hiding. Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
This commit is contained in:
committed by
Gerwin Klein
parent
17706f02ce
commit
cf1428630e
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
#
|
#
|
||||||
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
# Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user