pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/fetch Remove extra debug codes which noted by Ryo H...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b5fdd4b2edf
branches:  trunk
changeset: 551407:0b5fdd4b2edf
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Dec 15 09:01:30 2008 +0000

description:
Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175.

diffstat:

 mk/fetch/fetch |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 8c1f96623a8d -r 0b5fdd4b2edf mk/fetch/fetch
--- a/mk/fetch/fetch    Mon Dec 15 03:09:06 2008 +0000
+++ b/mk/fetch/fetch    Mon Dec 15 09:01:30 2008 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: fetch,v 1.11 2008/12/14 14:09:32 rillig Exp $
+# $NetBSD: fetch,v 1.12 2008/12/15 09:01:30 taca Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -204,8 +204,6 @@
                return 1
        }
        if ${TEST} -n "$checksum"; then
-               echo "foo"
-               read line
                ${CHECKSUM} -s ".pkgsrc.resume" $distinfo ${_file} || {
                        $_if_verbose ${ECHO} 1>&2 "$self: Checksum of the file $_file doesn't match."
                        return 1



Home | Main Index | Thread Index | Old Index