summaryrefslogtreecommitdiff
path: root/util/kconfig/streamline_config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'util/kconfig/streamline_config.pl')
-rwxr-xr-xutil/kconfig/streamline_config.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/kconfig/streamline_config.pl b/util/kconfig/streamline_config.pl
index 1a5fea0519..3387ad7508 100755
--- a/util/kconfig/streamline_config.pl
+++ b/util/kconfig/streamline_config.pl
@@ -170,7 +170,7 @@ sub read_kconfig {
$source =~ s/\$\($env\)/$ENV{$env}/;
}
- open(my $kinfile, '<', $source) || die "Can't open $kconfig";
+ open(my $kinfile, '<', $source) || die "Can't open $source";
while (<$kinfile>) {
chomp;