Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 15:40:26 +0000 (15:40 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 15:40:26 +0000 (15:40 -0000)
commit9db2b6a19b2a1e8a381a3b8c5b9bdab1868c0d02
tree06febd24a2302ab927011b06246476df00e4a72a
parent73eb89c4515fc1bdc6f1b86bcad82aad0d03904d
Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'
errors. This patch uses a weird tr '\001' '\000' workaround since bash
doesn't echo null bytes like one might expect.

svn path=/main/trunk/; revision=7848
bin/ecompress