[devscripts] 01/05: uupdate: overwrite confirmation to console

Osamu Aoki osamu at moszumanska.debian.org
Sun Oct 18 15:16:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

osamu pushed a commit to branch multitar
in repository devscripts.

commit bc1aa0777785a6008a797df8b92fe755a5aa2876
Author: Osamu Aoki <osamu at debian.org>
Date:   Sun Oct 18 20:17:47 2015 +0900

    uupdate: overwrite confirmation to console
---
 scripts/uupdate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uupdate.sh b/scripts/uupdate.sh
index abe420d..2120d67 100755
--- a/scripts/uupdate.sh
+++ b/scripts/uupdate.sh
@@ -1057,7 +1057,7 @@ else
         COMP=${DEBIANFILE##*.}
 	NEW_DEBIANFILE="${PACKAGE}_${NEW_VERSION}-$SUFFIX.debian.tar.$COMP"
     fi
-    cp -i $DEBIANFILE ${NEW_DEBIANFILE}
+    cp -i $DEBIANFILE ${NEW_DEBIANFILE} 2>/dev/tty
     
     # fake DSC
     FAKEDSC="${PACKAGE}_${NEW_VERSION}-$SUFFIX.dsc"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list