diff --git a/scripts/utils.sh b/scripts/utils.sh index e52797c..bda549b 100644 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -379,7 +379,7 @@ function check_wanted_programs() { program="${tuple%%=*}" checkfile="" [[ "$tuple" == *=* ]] \ - checkfile="${tuple##*=}" + && checkfile="${tuple##*=}" if ! has_program "${program#"?"}" "$checkfile"; then if [[ "$program" == "?"* ]]; then missing_wanted+=("${program#"?"}")