diff --git a/utils/const_str_hash b/utils/const_str_hash index 349ccf1f2..ccfe1ae32 100755 --- a/utils/const_str_hash +++ b/utils/const_str_hash @@ -13,7 +13,7 @@ my %key_vals; # collect keywords and rewrite input file with in lookup keys -while (my $line = <<>>) { +while (my $line = ) { if (!($line =~ s/CSH_LOOKUP\("(.*?)"\)/{}/)) { $rewritten_input .= $line; next;