summary refs log tree commit diff
path: root/port/cgram/pathnames.h (follow)
Commit message (Expand)AuthorAge
* Un-hardcode fortune(6) path in cgramJune McEnroe2018-11-26
* Add cgram "port" from NetBSDJune McEnroe2018-11-26
g so anything after "$@" becomes quoted. Once we fix that then the problem is that the first space character after "$@" is not recognised as an IFS. This patch fixes both. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2018-03-25Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu This reverts commit 7bb413255368e94395237d789f522891093c5774. The commit breaks printf with more than argument. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> 2018-03-22parser: Fix backquote support in here-document EOF markHerbert Xu