From 05827f3b3bcdbb134633e39b1226715c8e4b3a8b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 1 Dec 2012 13:14:56 -0800 Subject: Revert "prepstrip: avoid duplicates for bug #445336" This reverts commit bba20c632e79426cd006dd2b732fcaed079ac43a. The sort needs to be inside the subshell in order for it to work as intended. A correct patch will follow. --- bin/ebuild-helpers/prepstrip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/ebuild-helpers/prepstrip b/bin/ebuild-helpers/prepstrip index 408060aeb..575001cf3 100755 --- a/bin/ebuild-helpers/prepstrip +++ b/bin/ebuild-helpers/prepstrip @@ -249,7 +249,7 @@ while read -r x ; do done < <( scanelf -yqRBF '#k%F' -k '.symtab' "$@" find "$@" -type f ! -type l -name '*.a' -) | LC_ALL=C sort -u +) # Now we look for unstripped binaries. for inode_link in $(shopt -s nullglob; echo *) ; do -- cgit v1.2.3-1-g7c22