diff --git a/script-functions b/script-functions index ea54c957..1d6254ea 100644 --- a/script-functions +++ b/script-functions @@ -5,7 +5,7 @@ # Don't run this script directly [[ "${BASH_SOURCE[0]}" == "${0}" ]] && exit 0 -prompt() { read -pr "Enter $1: " "$1"; } +prompt() { read -r -p "Enter $1: " "$1"; } ask_ok() { declare response