aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/dialog.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/dialog.bash b/build/dialog.bash
index 17cced0..81b497a 100644
--- a/build/dialog.bash
+++ b/build/dialog.bash
@@ -75,7 +75,7 @@ function read_value ()
{
local r
- read -p "[$1]: " r
+ read -e -p "[$1]: " r
if [ -z "$r" ]; then
r=$1