projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fdfee3
)
Fix typo.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Dec 2008 19:44:52 +0000
(19:44 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 24 Dec 2008 19:44:52 +0000
(19:44 -0000)
svn path=/main/trunk/; revision=12298
bin/prepstrip
patch
|
blob
|
history
diff --git
a/bin/prepstrip
b/bin/prepstrip
index 589e30084218abe7f17cebd2d6d701d52f6360ef..50153102e13070817d04e69109285be035e3cb2e 100755
(executable)
--- a/
bin/prepstrip
+++ b/
bin/prepstrip
@@
-82,7
+82,7
@@
if ! hasq binchecks ${RESTRICT} && \
! hasq strip ${RESTRICT} ; then
log=$T/scanelf-already-stripped.log
scanelf -yqRBF '#k%F' -k '!.symtab' "$@" | sed -e "s#^$D##" > "$log"
- if [[ -n $QA_PRESTRIPPED && -s $log \
+ if [[ -n $QA_PRESTRIPPED && -s $log
&&
\
${QA_STRICT_PRESTRIPPED-unset} = unset ]] ; then
local shopts=$-
set -o noglob