From 572968eddc76c21407e94c06d696a1f493712c20 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 3 Dec 2010 08:01:44 +0100 Subject: [PATCH] Expanded tabs --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index a7588fb4e..4547e2cae 100644 --- a/Changes +++ b/Changes @@ -219,7 +219,7 @@ core.5 Change single quote to double quote in shell session example The example section has a sample shell session containing: - echo '|$PWD/core_pattern_pipe_test %p UID=%u GID=%g sig=%s' + echo '|$PWD/core_pattern_pipe_test %p UID=%u GID=%g sig=%s' But $PWD won't be expanded in single quotes. It should be double quotes around the entire argument or some other form.