diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index f09131035..49ba39895 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -39,7 +39,7 @@ Now the binaries and libraries can be safely stripped: -/tools/bin/find /usr/lib -type f -name \*.a \ +/tools/bin/find /usr/lib -type f -name \*.a \ -exec /tools/bin/strip --strip-debug {} ';' /tools/bin/find /lib /usr/lib -type f -name \*.so* \