From: blogic Date: Sun, 19 Jan 2014 17:27:04 +0000 (+0000) Subject: scripts/kconfig.pl: Indicate which file we couldn't open X-Git-Tag: fast2504n-3.10.28-merged~267 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=ccf4ad3751ab67d6fdf4d89046187e5f91341274;p=openwrt.git scripts/kconfig.pl: Indicate which file we couldn't open Signed-off-by: Daniel Colascione git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39327 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 {