X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8b102f61b3a8edbd850462479cc4c8c0ca80c120..83dc38674b4839e2a93bd1c5f8c19423d0119458:/scripts/kconfig.pl diff --git a/scripts/kconfig.pl b/scripts/kconfig.pl index 181b35ad4..d22af9fe6 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; }