summary refs log tree commit diff
path: root/src/expand.c
diff options
context:
space:
mode:
authorGerrit Pape <pape@smarden.org>2008-05-07 11:15:52 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-05-07 11:15:52 +0800
commit065c7bfc0cb928e9f51ee9597d41d5604acff68a (patch)
tree555a715f3282eab32703d78da0467aade765656d /src/expand.c
parent[SHELL] Added gitignore (diff)
downloaddash-065c7bfc0cb928e9f51ee9597d41d5604acff68a.tar.gz
dash-065c7bfc0cb928e9f51ee9597d41d5604acff68a.zip
[ARITH] Fixed lexical error on & and |
The parser used to skip a byte when parsing the & and | operators, testcase:

 $ dash -c 'echo $((7&1))'
 $ dash -c 'echo $((7& 1))'
 $ dash -c 'echo $((7&11))'

Signed-off-by: Gerrit Pape <pape@smarden.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/expand.c')
0 files changed, 0 insertions, 0 deletions
33c76d1e0d81ac0&follow=1'>Clean up home filesJune McEnroe 2019-07-27Fix shell script style in ~/.local/binJune McEnroe 2019-07-27Shell script style passJune McEnroe 2019-07-27Add c11.pdfJune McEnroe 2019-07-27Move pdf script to MakefileJune McEnroe 2019-07-27Update macOS neovim to 0.3.8June McEnroe 2019-07-27Rewrite port makefiles consistentlyJune McEnroe 2019-07-27Rewrite Makefile once more with more organizationJune McEnroe 2019-07-27Reference png.h in bin.7June McEnroe 2019-07-27Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe