This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#50954 use <STDIN> instead of <<>> for older Perl versions
fixes
#694
Change-Id: I2ca830766577f27b85224ea3b5ffef105966ce2d
changes/25/26725/2
Richard Fuchs
7 years ago
parent
aaccc10630
commit
5722f8b4fd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/const_str_hash
+ 1
- 1
utils/const_str_hash
View File
@ -13,7 +13,7 @@ my %key_vals;
# collect keywords and rewrite input file with in lookup keys
while (my $line = <
<>
>) {
while (my $line = <
STDIN
>) {
if (!($line =~ s/CSH_LOOKUP\("(.*?)"\)/{}/)) {
$rewritten_input .= $line;
next;
Write
Preview
Loading…
Cancel
Save