summaryrefslogtreecommitdiff
path: root/build-0.3/dialog.bash
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:21:29 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2014-07-23 15:21:29 +0200
commitbada6666c70977a058755ccf232e7d67b24adeed (patch)
tree1e92d50cebce96abaf9bce19e36026c47f77b9ba /build-0.3/dialog.bash
parenteaf34adcbd8095bc6d1f3371b1227f654c7b19fc (diff)
New upstream release
Diffstat (limited to 'build-0.3/dialog.bash')
-rw-r--r--build-0.3/dialog.bash5
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