2
0
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:
Todd C. Miller 2012-09-17 22:09:00 -04:00
parent 7f36643a66
commit 4446e22a9e

View File

@ -20,8 +20,7 @@ case "$OUTFILE" in
cat >>"$OUTFILE" <<-'EOF'
/^\\fR0\\fR$/ {
N
s/^\\fR0\\fR\
minutes\.$/unlimited./
s/^\\fR0\\fR\nminutes\.$/unlimited./
}
EOF