Skip to content

CI broken because of shellcheck #1120

@ljupcovangelski

Description

@ljupcovangelski

Shellcheck fails because of the which command

In scripts/bootstrap.sh line 55:
    printf "Vagrant installed in %s\n" "$(which vagrant)"
                                          ^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.
In scripts/bootstrap.sh line 120:
    printf "Virtualbox installed in %s \n" "$(which VBoxManage)"
                                              ^---^ SC2230: which is non-standard. Use builtin 'command -v' instead.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions