diff --git a/lib/functions/compilation/kernel-debs.sh b/lib/functions/compilation/kernel-debs.sh index c85202ef50..5b732886b3 100644 --- a/lib/functions/compilation/kernel-debs.sh +++ b/lib/functions/compilation/kernel-debs.sh @@ -34,7 +34,7 @@ is_enabled() { if_enabled_echo() { if is_enabled "$1"; then echo -n "$2" - elif [ $# -ge 3 ]; then + elif [[ $# -ge 3 ]]; then echo -n "$3" fi }