Skip to content

rc/settings/readline-rc: correct file existence check

Mingye Wang requested to merge gh-063389dc/4/Artoria2e5/patch-1 into master

Example script to show why the original is wrong:

cd "$(mktemp -d)"
touch a1 a2
[[ ! -e a* ]]; echo $?

Merge request reports