mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-09 16:01:19 +01:00
Fix an unmatched opening quote.
PR: conf/20000 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
This commit is contained in:
parent
6e145859ff
commit
6941031461
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63400
@ -74,7 +74,7 @@ network6_pass1() {
|
||||
*)
|
||||
laddr=`network6_getladdr $i`
|
||||
hostid=`expr "${laddr}" : \
|
||||
'fe80::\(.*\)%\(.*\)`
|
||||
'fe80::\(.*\)%\(.*\)'`
|
||||
address=$j\:${hostid}
|
||||
|
||||
eval hostid_$i=${hostid}
|
||||
|
@ -74,7 +74,7 @@ network6_pass1() {
|
||||
*)
|
||||
laddr=`network6_getladdr $i`
|
||||
hostid=`expr "${laddr}" : \
|
||||
'fe80::\(.*\)%\(.*\)`
|
||||
'fe80::\(.*\)%\(.*\)'`
|
||||
address=$j\:${hostid}
|
||||
|
||||
eval hostid_$i=${hostid}
|
||||
|
Loading…
Reference in New Issue
Block a user