joerg.herzinger (Jörg Herzinger)
- Login: joerg.herzinger
- Email: joerg.herzinger@gmail.com
- Registered on: 11/06/2012
- Last sign in: 11/06/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/06/2012
-
05:36 PM Ruby Feature #7288 (Closed): Documentation missing: FileUtils.chmod "+X", "directory"
- Documentation for chmods "X" (uppercase) feature is missing. This sets the execute bit on directories but not on files. Tested on my Ubuntu machine it works although not documented.
Reproducable like this:
[irb]
require 'fileutils'
...