summaryrefslogtreecommitdiff
path: root/regen/embed.pl
diff options
context:
space:
mode:
Diffstat (limited to 'regen/embed.pl')
-rwxr-xr-xregen/embed.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/regen/embed.pl b/regen/embed.pl
index 01bcc78d15..ea77ecb106 100755
--- a/regen/embed.pl
+++ b/regen/embed.pl
@@ -238,7 +238,7 @@ sub readvars {
my ($file, $pre) = @_;
local (*FILE, $_);
my %seen;
- open(FILE, "< $file")
+ open(FILE, '<', $file)
or die "embed.pl: Can't open $file: $!\n";
while (<FILE>) {
s/[ \t]*#.*//; # Delete comments.