pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/extract



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Jan  6 10:30:50 UTC 2022

Modified Files:
        pkgsrc/mk/extract: extract

Log Message:
Remove leftover debug statement, spotted by wiz@.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/mk/extract/extract

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/extract/extract
diff -u pkgsrc/mk/extract/extract:1.20 pkgsrc/mk/extract/extract:1.21
--- pkgsrc/mk/extract/extract:1.20      Thu Jan  6 10:19:11 2022
+++ pkgsrc/mk/extract/extract   Thu Jan  6 10:30:50 2022
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: extract,v 1.20 2022/01/06 10:19:11 schmonz Exp $
+# $NetBSD: extract,v 1.21 2022/01/06 10:30:50 schmonz Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -349,7 +349,6 @@ gem)
        ;;
 
 zst)
-       ${ECHO} 1>&2 "$self: SCHMONZ: looks like $format is .zst"
        : ${EXTRACT_OPTS_ZSTD=}
        ${ZSTD} -d ${EXTRACT_OPTS_ZSTD} "$distfile" ${1+"$@"}
        ;;



Home | Main Index | Thread Index | Old Index