summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authortaca <taca>2008-12-15 09:01:30 +0000
committertaca <taca>2008-12-15 09:01:30 +0000
commit4a99ca9142784b3e5598a1ef5228e3fb1ede62ab (patch)
tree6105d7e1004372ffcb93feccb3cbf5a1006b4e65 /mk
parent6e536ec6b2c4e4d621b8c9095e071e52322a1f9f (diff)
downloadpkgsrc-4a99ca9142784b3e5598a1ef5228e3fb1ede62ab.tar.gz
Remove extra debug codes which noted by Ryo HAYASAKA as PR pkg/40175.
Diffstat (limited to 'mk')
-rwxr-xr-xmk/fetch/fetch4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/fetch/fetch b/mk/fetch/fetch
index 5ec356458c8..79ef83a7ca7 100755
--- a/mk/fetch/fetch
+++ b/mk/fetch/fetch
@@ -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 @@ verify_file() {
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