3
0
Fork 0
forked from mirrors/nixpkgs

Drop redundant space

This commit is contained in:
Eelco Dolstra 2014-06-27 13:40:12 +02:00
parent daa66b8b1c
commit 5e82aab5d4

View file

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