X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=scripts%2Fkconfig.pl;h=45c565e7a992c06e36cb64acd73a54fa65b4b0a1;hp=b91cdf397aa828f28e6533b82fc5a54b0144ef4a;hb=f6c7b07ec6e1abf07be3a3d1cba4f036be413fd5;hpb=fed2feea615d76df18f26487ed6b4bbef63614fd 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 {