Bug #193486 - Use xargs to avoid 'bash: /bin/rm: Argument list too long'
authorZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 15:41:53 +0000 (15:41 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 27 Sep 2007 15:41:53 +0000 (15:41 -0000)
commitb4e41bc9eb7f6b5da44ff7bb6bddfdad714c4e7c
tree2fc5ce7f2aefc8f7a5397a6a32fe07b9ea526f8d
parent3d10488c9d0ddd87d883732de3e657c96c26da2a
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. (trunk r7848)

svn path=/main/branches/2.1.2/; revision=7849
bin/ecompress