From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Michael Shigorin To: devel-distro@lists.altlinux.org Date: Mon, 22 Nov 2021 21:45:18 +0300 Message-Id: <20211122184518.10821-5-mike@altlinux.org> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20211122184518.10821-1-mike@altlinux.org> References: <20211122182425.GH24863@imap.altlinux.org> <20211122184518.10821-1-mike@altlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [devel-distro] [PATCH 4/4] bin/archdep-filter: a debugging note X-BeenThere: devel-distro@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Distributions development List-Id: Distributions development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2021 18:45:33 -0000 Archived-At: List-Archive: ...just to have it handy when it's in need next time. --- bin/archdep-filter | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/archdep-filter b/bin/archdep-filter index 7802e7e15..28681e10d 100755 --- a/bin/archdep-filter +++ b/bin/archdep-filter @@ -49,3 +49,7 @@ if [ -n "$f" ]; then else cat fi + +# stick this for debugging sed pipeline and run the script +# with >/dev/null to see what flows in a particular place: +# tee /dev/stderr | -- 2.33.0