From: Kevin M. Rosenberg Date: Mon, 6 May 2002 23:10:30 +0000 (+0000) Subject: r1981: *** empty log message *** X-Git-Tag: debian-4.5.3-3~261 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=940bf625bfd7e6bd0fb535139e6175347d67f3fc r1981: *** empty log message *** --- diff --git a/make-upstream.sh b/make-upstream.sh index f515b13..77212bd 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -40,7 +40,7 @@ DEBDIR=${DEBPKG}-${VERSION} if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists." - echo -n "Are you sure that you want to create a new upstream source (y/N): " + echo -n "Are you sure that you want to create a new upstream archive? (y/N): " read answer case $answer in [Yy]*) nop= ;;