summary refs log tree commit diff
path: root/src/bltin/echo.1
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 16:22:25 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-09-24 16:22:25 +0800
commitdd721f71292be8ae2ef0ac1d2d8910b1541dcf88 (patch)
tree17c4fecd06f5e6e90308537d7d05a7703504d3b4 /src/bltin/echo.1
parent[EXPAND] Do not quote back slashes in parameter expansions outside quotes (diff)
downloaddash-dd721f71292be8ae2ef0ac1d2d8910b1541dcf88.tar.gz
dash-dd721f71292be8ae2ef0ac1d2d8910b1541dcf88.zip
[EXPAND] Perform tilde expansion in all parameter expansion words
Previously tilde expansion was not carried out for =?#% expansion words.
This is contrary to the POSIX specification.

Test case:

	a=~root:~root
	echo ${a#~root}

Old result:

	/root:/root

New result:

	:/root
Diffstat (limited to 'src/bltin/echo.1')
0 files changed, 0 insertions, 0 deletions
f8e83f5041dd7776ca17cb6ac01ce&follow=1'>Add support for mIRC colorsJune McEnroe 2018-08-03Handle bold, italic, underlineJune McEnroe 2018-08-03Add prift function for "prefix shift"June McEnroe 2018-08-03Link with -lcurseswJune McEnroe 2018-08-02Use libtls "compat" ciphersJune McEnroe 2018-08-02Add UI and handle some kinds of server messagesJune McEnroe 2018-08-02Add chroot.tar targetJune McEnroe