summary refs log tree commit diff
path: root/src/shell.h
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/shell.h
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/shell.h')
0 files changed, 0 insertions, 0 deletions