Expanded tabs

This commit is contained in:
Michael Kerrisk 2010-12-03 08:01:44 +01:00
parent c20e03f658
commit 572968eddc
1 changed files with 1 additions and 1 deletions

View File

@ -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.