[GitHub] hadoop pull request: Shell.java: fix absolute path `/bin/ls`

2016-03-19 Thread makefu
Github user makefu commented on the pull request: https://github.com/apache/hadoop/pull/81#issuecomment-197495374 hi all, any comments on my PR? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] hadoop pull request: Shell.java: fix absolute path `/bin/ls`

2016-02-29 Thread makefu
GitHub user makefu opened a pull request: https://github.com/apache/hadoop/pull/81 Shell.java: fix absolute path `/bin/ls` This commit uses `ls` from PATH instead of relying on `ls` being stored in `/bin/`. The only file according to the POSIX standard which must be stored in