mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-28 12:57:50 +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'
|
cat >>"$OUTFILE" <<-'EOF'
|
||||||
/^\\fR0\\fR$/ {
|
/^\\fR0\\fR$/ {
|
||||||
N
|
N
|
||||||
s/^\\fR0\\fR\
|
s/^\\fR0\\fR\nminutes\.$/unlimited./
|
||||||
minutes\.$/unlimited./
|
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user