diff --git a/distros.sh b/distros.sh index bc64ced..a57a610 100755 --- a/distros.sh +++ b/distros.sh @@ -52,8 +52,8 @@ run() { } checkAndInstall() { - echo "DEBUG:: GOT ARRAY :: $@" - for deps in "$@"; do + echo "DEBUG:: GOT ARRAY :: ${@}" + for deps in "${@}"; do echo_info "Installing $deps" if ! command_exists $deps; then echo_note "$deps is not installed. Installing it now.."