mortdeus / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

`wmiir proglist` ignores symlinks to executables #215

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
After the `wmiir` "fix" in hg r2777:eff0e75864, which introduced the use of 
`lstat()`, calling `wmiir proglist` does not list symbolic links anymore, even 
if they point to executable files.

What steps will reproduce the problem?
1. Upgrade to wmii r2777 (rev eff0e75864)
2. Create a symlink `$dir/something` pointing to another executable
3. Run `wmiir proglist $dir`

Original issue reported on code.google.com by grawity@gmail.com on 16 Aug 2010 at 9:20

GoogleCodeExporter commented 9 years ago
Sorry, the use of lstat was accidental. It should have been stat instead. The 
previous version listed directories as well as files.

Original comment by maglion...@gmail.com on 16 Aug 2010 at 9:34

GoogleCodeExporter commented 9 years ago
This issue was closed by revision b767f9a843.

Original comment by maglion...@gmail.com on 16 Aug 2010 at 11:40