This commit is contained in:
yosh 2023-05-10 00:48:53 -04:00
parent 43f05b0c93
commit 12480085e5
1 changed files with 1 additions and 1 deletions

2
agetar
View File

@ -18,7 +18,7 @@ fail() {
errecho "${RED}error: $BN: $RESET$*"
exit 1
}
_type() { type >/dev/null 2>&1 ; }
_type() { type "$@" >/dev/null 2>&1 ; }
usage() {
cat >&2 <<-EOF