1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

install_easy: newline before options print

This commit is contained in:
bol-van 2021-11-19 13:38:49 +03:00
parent c987fd4018
commit dafd4db470

@ -389,6 +389,7 @@ select_mode_mode()
;;
esac
[ -n "$vars" ] && {
echo
while [ 1=1 ]; do
for var in $vars; do
eval v="\$$var"