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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

