فهرست منبع

scripts/kconfig.pl: Indicate which file we couldn't open

Signed-off-by: Daniel Colascione <[email protected]>

SVN-Revision: 39327
John Crispin 11 سال پیش
والد
کامیت
2f5f498969
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      scripts/kconfig.pl

+ 1 - 1
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 (<FILE>) {
 		chomp;
 		/^$PREFIX(.+?)=(.+)/ and do {