Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qa-scripts:master commit in: /
Date: Sat, 10 Oct 2015 22:23:31
Message-Id: 1444515773.ec276196b251177f35775f485b15995496266bc1.ulm@gentoo
1 commit: ec276196b251177f35775f485b15995496266bc1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 22:22:53 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 22:22:53 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=ec276196
7
8 find-binary-files.sh: Fix whitespace.
9
10 find-binary-files.sh | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/find-binary-files.sh b/find-binary-files.sh
14 index 98346de..367cc75 100755
15 --- a/find-binary-files.sh
16 +++ b/find-binary-files.sh
17 @@ -24,7 +24,7 @@ find . \( -path ./distfiles -o -path ./local -o -path ./metadata \
18 # - 0x7f (DEL), preceded by "Node:" or "Ref:" in the same line
19 # Filter such characters and reiterate
20 line=$(sed -e 's/\x1f\f\?$//;/\(Node\|Ref\):/s/\x7f//' "${path}" \
21 - | file -i -)
22 + | file -i -)
23 type=${line##*:*( )}
24 ;;
25 esac