r1981: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 May 2002 23:10:30 +0000 (23:10 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 6 May 2002 23:10:30 +0000 (23:10 +0000)
make-upstream.sh

index f515b13194d25975bb699f5039ce502032b4872b..77212bdce0b6f03b1a303703aa197e45d579ea7e 100755 (executable)
@@ -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= ;;