Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid nuisance error printout from readlink test
2>&1 > /dev/null does not do what I expected, > /dev/null 2>&1 does.
- Loading branch information