Allow the tester to hit N or n to continue

This commit is contained in:
Andrew Ruthven 2022-12-19 23:04:27 +13:00 committed by Andrew Ruthven
parent 2791d7b8c3
commit c9ac75173b

View File

@ -146,7 +146,7 @@ Options:
EOF
return 3
;;
'')
'' | N | n)
break;
;;
*)