add bad stub impl
This commit is contained in:
parent
ae5bea75b2
commit
b3f8e703b3
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ set -e
|
|||
export HOST_ARCH=$(uname -m)
|
||||
export HOST_TRIPLE="$HOST_ARCH-unknown-linux-musl"
|
||||
|
||||
command -V bad 2>/dev/null || bad() { "$@" }
|
||||
|
||||
usage() {
|
||||
echo "usage: $(basename $0) [fbp]"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue