mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
Delete unnecessary bash comment.
Partial #638 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
73a2b4a364
commit
7cf316a718
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ main() {
|
|||
}
|
||||
|
||||
check_class_dump() {
|
||||
# command: usage: command [-pVv] command [arg ...]
|
||||
if ! command -v class-dump; then
|
||||
echo "class-dump is not installed." >&2
|
||||
echo "Download from http://stevenygard.com/projects/class-dump/" >&2
|
||||
|
|
Loading…
Reference in a new issue