mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Expand braces internally, as POSIX /bin/sh does not do {} expansion.
Signed-off-by: Russell Steicke <russells@adelie.cx>
This commit is contained in:
parent
0cc7bc337d
commit
e4da3aca0d
8 changed files with 161 additions and 63 deletions
|
@ -96,6 +96,9 @@ Bugs
|
|||
narrow characters (thanks to Roy Zuo).
|
||||
+ Fixed bug #1191, which kept file locks active for longer than necessary,
|
||||
and caused the 'execute' command to be considered a 'write' command.
|
||||
+ Fixed bug #1192, which failed to expand braces internally, as POSIX /bin/sh
|
||||
does not do {} expansion, thereby causing push/pull errors (thanks to Russell
|
||||
Steicke).
|
||||
+ Fixed bug #1194, so that $HOME has precedence over the passwd db when looking
|
||||
for the user's home directory (thanks to Jakub Wilk).
|
||||
+ Fixed bug #1199, where 'stat' was used instead of 'lstat' (thanks to Jakub
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue