From e560df7adc514aff3df350fe723ea34f6fc0ae06 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 May 2010 16:36:20 -0700 Subject: [PATCH] * doc/gzip.texi (Sample): Fix backslash quoting problem. Problem reported by Ole Tange in . --- doc/gzip.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gzip.texi b/doc/gzip.texi index a6009d2..a7e72b8 100644 --- a/doc/gzip.texi +++ b/doc/gzip.texi @@ -228,7 +228,7 @@ stopping on the first failure: find . -name '* *' -prune -o -name '*.gz' -type f -print | sed " - s/'/'\\''/g + s/'/'\\\\''/g s/^\\(.*\\)\\.gz$/gunzip <'\\1.gz' >'\\1'/ " | sh -e -- 2.47.2