mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Don't use embedded newline when matching, use \n. This got expanded
at some point. Bug #573
This commit is contained in:
parent
7f36643a66
commit
4446e22a9e
@ -20,8 +20,7 @@ case "$OUTFILE" in
|
||||
cat >>"$OUTFILE" <<-'EOF'
|
||||
/^\\fR0\\fR$/ {
|
||||
N
|
||||
s/^\\fR0\\fR\
|
||||
minutes\.$/unlimited./
|
||||
s/^\\fR0\\fR\nminutes\.$/unlimited./
|
||||
}
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user