mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-05 21:18:49 +01:00
Cosmetic change
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6931 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7d89a456b2
commit
b2e6f5aea2
@ -880,7 +880,7 @@ sub read_a_line() {
|
||||
while ( $currentline =~ m( ^(.*?) # Part preceding '$'
|
||||
\$({)? # '$' and optional '{'
|
||||
([a-zA-Z]\w*) # Shell Variable Name
|
||||
(?(2)}) #Match closing '}'
|
||||
(?(2)}) # Match opening '{'
|
||||
(.*)$)x # Rest of Line
|
||||
) {
|
||||
my $val = $ENV{$3};
|
||||
|
Loading…
Reference in New Issue
Block a user