mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🔄Switch to which command
This commit is contained in:
parent
a371f1ce0f
commit
752da94a74
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ main() {
|
|||
}
|
||||
|
||||
check_class_dump() {
|
||||
if command --quiet --search class-dump; then
|
||||
if ! which -s class-dump; then
|
||||
echo "'class-dump' is not installed" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue