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