]> granicus.if.org Git - sudo/commitdiff
Don't use embedded newline when matching, use \n. This got expanded
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Sep 2012 02:09:00 +0000 (22:09 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 Sep 2012 02:09:00 +0000 (22:09 -0400)
at some point.  Bug #573

--HG--
branch : 1.8

doc/fixman.sh

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