From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4347D13888F for ; Sat, 10 Oct 2015 22:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4D0521C02B; Sat, 10 Oct 2015 22:23:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9186321C02B for ; Sat, 10 Oct 2015 22:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5BF333FA71 for ; Sat, 10 Oct 2015 22:23:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A6DBB9 for ; Sat, 10 Oct 2015 22:23:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1444515773.ec276196b251177f35775f485b15995496266bc1.ulm@gentoo> Subject: [gentoo-commits] proj/qa-scripts:master commit in: / X-VCS-Repository: proj/qa-scripts X-VCS-Files: find-binary-files.sh X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ec276196b251177f35775f485b15995496266bc1 X-VCS-Branch: master Date: Sat, 10 Oct 2015 22:23:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f4ae99d9-1cdc-40d8-acc0-a2085df983e8 X-Archives-Hash: 6fec85fefaed64dd5c773292c828ddd8 commit: ec276196b251177f35775f485b15995496266bc1 Author: Ulrich Müller gentoo org> AuthorDate: Sat Oct 10 22:22:53 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Oct 10 22:22:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ec276196 find-binary-files.sh: Fix whitespace. find-binary-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-binary-files.sh b/find-binary-files.sh index 98346de..367cc75 100755 --- a/find-binary-files.sh +++ b/find-binary-files.sh @@ -24,7 +24,7 @@ find . \( -path ./distfiles -o -path ./local -o -path ./metadata \ # - 0x7f (DEL), preceded by "Node:" or "Ref:" in the same line # Filter such characters and reiterate line=$(sed -e 's/\x1f\f\?$//;/\(Node\|Ref\):/s/\x7f//' "${path}" \ - | file -i -) + | file -i -) type=${line##*:*( )} ;; esac