fix bad impl

This commit is contained in:
Ella Stanforth 2022-04-19 09:59:21 +00:00
parent b3f8e703b3
commit 31a67282f2

View file

@ -4,7 +4,7 @@ set -e
export HOST_ARCH=$(uname -m)
export HOST_TRIPLE="$HOST_ARCH-unknown-linux-musl"
command -V bad 2>/dev/null || bad() { "$@" }
command -V bad 2>/dev/null || bad() { shift; "$@" }
usage() {
echo "usage: $(basename $0) [fbp]"