3
0
Fork 0
forked from mirrors/nixpkgs

svn path=/nixpkgs/branches/stdenv-updates/; revision=13603

This commit is contained in:
Eelco Dolstra 2008-12-10 10:21:05 +00:00
parent cdc74e1677
commit 0adab29d1e

View file

@ -255,7 +255,7 @@ stripDirs() {
if test -n "${dirs}"; then
header "stripping (with flags $stripFlags) in $dirs"
find $dirs -type f -print0 | xargs -0 -r strip $stripFlags || true
find $dirs -type f -print0 | xargs -0 ${xargsFlags:--r} strip $stripFlags || true
stopNest
fi
}