mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Fix shellcheck complaints
This commit is contained in:
@@ -72,9 +72,9 @@ main() {
|
||||
|
||||
install_packages "core" "${core_pkgs[@]}"
|
||||
|
||||
if [[ " $@ " == *" personal "* ]]; then
|
||||
if [[ " $* " == *" personal "* ]]; then
|
||||
install_packages "personal" "${personal_pkgs[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
main $@
|
||||
main "$@"
|
||||
|
||||
Reference in New Issue
Block a user