Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Use /dev/stdin only when available
Commit e3c450a tried to fix the problem when sed does not accept '-' as the identifier for reading from STDIN. But not all Unix-like systems have /dev/stdin. So now we only use it when available, otherwise the fallback is '-'.
- Loading branch information