-
- Downloads
There was an error fetching the commit references. Please try again later.
parser: Fix single-quoted patterns in here-documents
The script x=* cat <<- EOF ${x#'*'} EOF prints * instead of nothing as it should. The problem is that when we're in sqsyntax context in a here-document, we won't add CTLESC as we should. This patch fixes it: Reported-by:Harald van Dijk <harald@gigawatt.nl> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Please register or sign in to comment