From 2f5f49896988770df916a0c00e6cb96b05d03151 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 19 Jan 2014 17:27:04 +0000 Subject: scripts/kconfig.pl: Indicate which file we couldn't open Signed-off-by: Daniel Colascione SVN-Revision: 39327 --- scripts/kconfig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/kconfig.pl') 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 { -- cgit v1.2.3