X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=scripts%2Fkconfig.pl;h=45c565e7a992c06e36cb64acd73a54fa65b4b0a1;hb=a8b5893599630f901e76b9ce195db3f008bf4668;hp=b91cdf397aa828f28e6533b82fc5a54b0144ef4a;hpb=7922ab6eda2140e43d8d34a2324cc08631cf64d1;p=openwrt.git diff --git a/scripts/kconfig.pl b/scripts/kconfig.pl index b91cdf397a..45c565e7a9 100755 --- a/scripts/kconfig.pl +++ b/scripts/kconfig.pl @@ -29,7 +29,7 @@ sub load_config($$) { my $mod_plus = shift; my %config; - open FILE, "$file" or die "can't open file"; + open FILE, "$file" or die "can't open file '$file'"; while () { chomp; /^$PREFIX(.+?)=(.+)/ and do {