fix(build.sh): Add newline after prompt
This commit is contained in:
parent
a6ebd3986f
commit
58ff2d53f3
1
build.sh
1
build.sh
@ -27,6 +27,7 @@ function main
|
|||||||
echo -e "\n"
|
echo -e "\n"
|
||||||
|
|
||||||
read -N1 -p "Do you want to execute \"sudo make install\"? [Y/n] " -r choice
|
read -N1 -p "Do you want to execute \"sudo make install\"? [Y/n] " -r choice
|
||||||
|
echo
|
||||||
|
|
||||||
if [[ "${choice^^}" == "Y" ]]; then
|
if [[ "${choice^^}" == "Y" ]]; then
|
||||||
sudo make install || msg_err "Failed to install executables..."
|
sudo make install || msg_err "Failed to install executables..."
|
||||||
|
Loading…
Reference in New Issue
Block a user