diff options
Diffstat (limited to 'build-0.3/dialog.bash')
-rw-r--r-- | build-0.3/dialog.bash | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build-0.3/dialog.bash b/build-0.3/dialog.bash index 17cced0..b6f1ed4 100644 --- a/build-0.3/dialog.bash +++ b/build-0.3/dialog.bash @@ -1,6 +1,5 @@ # file : build/dialog.bash -# author : Boris Kolpackov <boris@codesynthesis.com> -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2012 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file # bld_root - build root @@ -75,7 +74,7 @@ function read_value () { local r - read -p "[$1]: " r + read -e -p "[$1]: " r if [ -z "$r" ]; then r=$1 |