Skip to content

Commit

Permalink
install_easy: newline before options print
Browse files Browse the repository at this point in the history
  • Loading branch information
bol-van committed Nov 19, 2021
1 parent c987fd4 commit dafd4db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_easy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ select_mode_mode()
;;
esac
[ -n "$vars" ] && {
echo
while [ 1=1 ]; do
for var in $vars; do
eval v="\$$var"
Expand Down

0 comments on commit dafd4db

Please sign in to comment.