[SCM] Vim packaging branch, debian, updated. upstream/7.2.079-289-g7a0baa7

James Vega jamessan at debian.org
Fri Jan 30 00:51:54 UTC 2009


The following commit has been merged in the debian branch:
commit 7a0baa77223c8280cd4cf9cd3a5f9e4088944705
Author: James Vega <jamessan at debian.org>
Date:   Thu Jan 29 19:48:52 2009 -0500

    update-patches: Redirect `which' output to /dev/null
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/debian/update-patches b/debian/update-patches
index f7da0a5..b37f0c7 100755
--- a/debian/update-patches
+++ b/debian/update-patches
@@ -18,7 +18,7 @@ git rev-parse --verify HEAD > /dev/null && \
     git diff-index --cached --quiet HEAD -- \
     || die "Your tree is unclean, can't do that..."
 
-which lftp || die "You need lftp installed for this script..."
+which lftp >/dev/null 2>&1 || die "You need lftp installed for this script..."
 
 onlyupstream=0
 case "$1" in

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list