Update buildme

This commit is contained in:
vectorsigma72 2020-04-14 20:27:42 +02:00
parent 311ec38415
commit a9f3874779

View File

@ -324,7 +324,7 @@ do
break
;;
"update Clover (reset changes)")
read -p "Are you sure? (y = true)" -n 1 -r
read -p "Are you sure? (type y to confirm or any other to negate) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
updateResetClover
@ -349,7 +349,7 @@ do
break
;;
"clean BaseTools")
read -p "Are you sure? (y = true)" -n 1 -r
read -p "Are you sure? (type y to confirm or any other to negate) " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
cleanBaseTools