commit: ec276196b251177f35775f485b15995496266bc1
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 22:22:53 2015 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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