diff options
-rwxr-xr-x | mbuto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ profile_kselftests() { __colls="${__c} ${__colls}" done - if [ -z ${__colls} ]; then + if [ -z "${__colls}" ]; then __colls="$(${SED} -n 's/^TARGETS += \(.*\)$/\1/p' \ "${__makefile}")" fi |