mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug #1199
- Fixed bug #1199, where 'stat' was used instead of 'lstat' (thanks to Jakub Wilk).
This commit is contained in:
parent
6d852a96ca
commit
a7b06bd0ee
2 changed files with 3 additions and 1 deletions
|
@ -97,6 +97,8 @@ Bugs
|
|||
and caused the 'execute' command to be considered a 'write' command.
|
||||
+ 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
|
||||
Wilk).
|
||||
+ Fixed bug #1200, where directory removal didn't handle d_type==DT_UNKNOWN
|
||||
(thanks to Jakub Wilk).
|
||||
+ Fixed bug #1209, spelling mistake in reference page (thanks to Friedrich
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue