From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- build-0.3/dialog.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'build-0.3/dialog.bash') 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 -# 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 -- cgit v1.2.3