From 198804cecb3ff1c439d6aef1538dd84dd75291e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jun 2010 16:18:59 +0200 Subject: Use readline extensions in read_value() --- build/dialog.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1