forked from mirrors/nixpkgs
svn path=/nixpkgs/branches/stdenv-updates/; revision=13603
This commit is contained in:
parent
cdc74e1677
commit
0adab29d1e
|
@ -255,7 +255,7 @@ stripDirs() {
|
||||||
|
|
||||||
if test -n "${dirs}"; then
|
if test -n "${dirs}"; then
|
||||||
header "stripping (with flags $stripFlags) in $dirs"
|
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
|
stopNest
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue