[maven-debian-helper] 01/01: Updated the format of the y/n questions in mh_make
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Tue Sep 3 11:37:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-debian-helper.
commit 96ced931a0793d7095beb6471cb80ca920fbf049
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Sep 3 13:36:39 2013 +0200
Updated the format of the y/n questions in mh_make
---
bin/mh_make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/mh_make b/bin/mh_make
index ed3e7d4..3d207b8 100755
--- a/bin/mh_make
+++ b/bin/mh_make
@@ -107,7 +107,7 @@ fi
if [ -z "$RUN_TESTS" ]; then
echo
echo "Run tests while building the package?"
- read -p "[y]/n > " RUN
+ read -p "[Y/n] > " RUN
RUN_TESTS="true"
if [ "$RUN" == "n" ]; then
RUN_TESTS=
@@ -117,7 +117,7 @@ fi
if [ -z "$GEN_JAVADOC" ]; then
echo
echo "Generate the Javadoc while building the package?"
- read -p "[y]/n > " GEN
+ read -p "[Y/n] > " GEN
GEN_JAVADOC="true"
if [ "$GEN" == "n" ]; then
GEN_JAVADOC=
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-debian-helper.git
More information about the pkg-java-commits
mailing list