Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change: bash_replace_or_append: drop logic about symlinks
I see no point doing extra test. Functionality does not change. It exposes bigger TOCTOU window. And I think all `sed -i` commands should always have `--follow-symlinks`. And also have always LC_ALL=C if there is no other reason why not.
- Loading branch information