Update Gentoo configuration.

This commit is contained in:
speedie 2022-11-20 17:59:46 +01:00
parent b3e4e3bb41
commit ffa2709f85

View file

@ -34,7 +34,7 @@ WARN() {
printf "> "
read edit
if [ "$edit" != "y" ] || [ "$edit" != "n" ]; then
if [ "$edit" != "y" ] && [ "$edit" != "n" ]; then
echo "Try again."
WARN
fi