Fix the grep regexp for sshdconfig
Vim now ships sshdconfig for ftplugin too, which makes current grep regexp fail. Fix it by specifying the path further...
This commit is contained in:
parent
73db76b51e
commit
0b82835874
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ RHEL8_BLACKLIST="RequiredAuthentications1 RequiredAuthentications2 AuthorizedKey
|
|||
rlJournalStart
|
||||
rlPhaseStartSetup
|
||||
rlAssertRpm $PACKAGE
|
||||
FILE=$(rpm -ql vim-common | grep sshdconfig.vim$)
|
||||
FILE=$(rpm -ql vim-common | grep 'syntax/sshdconfig.vim$')
|
||||
rlAssertExists "$FILE" || rlDie "vim-common doesn't include syntax file for sshd_config"
|
||||
shopt -s compat31 #for \\b
|
||||
rlPhaseEnd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue