summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig.pl')
-rwxr-xr-xscripts/kconfig.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig.pl b/scripts/kconfig.pl
index 181b35ad47..d22af9fe62 100755
--- a/scripts/kconfig.pl
+++ b/scripts/kconfig.pl
@@ -27,7 +27,7 @@ sub load_config($) {
next;
};
/^#/ and next;
- /^(.+)$/ and print "WARNING: can't parse line: $1\n";
+ /^(.+)$/ and warn "WARNING: can't parse line: $1\n";
}
return \%config;
}