mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
install_easy: newline before options print
This commit is contained in:
parent
c987fd4018
commit
dafd4db470
@ -389,6 +389,7 @@ select_mode_mode()
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
[ -n "$vars" ] && {
|
[ -n "$vars" ] && {
|
||||||
|
echo
|
||||||
while [ 1=1 ]; do
|
while [ 1=1 ]; do
|
||||||
for var in $vars; do
|
for var in $vars; do
|
||||||
eval v="\$$var"
|
eval v="\$$var"
|
||||||
|
Loading…
Reference in New Issue
Block a user