summary refs log tree commit diff
path: root/src/input.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:15:10 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-10-04 22:15:10 +0800
commitb8268e8edbe90e4298c58e81e1940075f1bdfadc (patch)
treeb89c18ef9b33b77b471a2cbbff5ec447ff2750f0 /src/input.c
parent[BUILD] Add --enable-static option to configure. (diff)
downloaddash-b8268e8edbe90e4298c58e81e1940075f1bdfadc.tar.gz
dash-b8268e8edbe90e4298c58e81e1940075f1bdfadc.zip
[PARSER] Fix parsing of ${##1}
Previously dash treated ${##1} as a length operation.  This patch fixes that.

Test case:

	set -- a
	echo ${##1}OK

Old result:

	1OK

New result:

	OK
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
ht'> 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe