Fix cpio for CR/LF line endings
commitb9dcb2cbe55afa21af7eed9f49e319b183954748
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 18:55:09 +0000 (3 19:55 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 3 Sep 2007 18:55:09 +0000 (3 19:55 +0100)
tree575629427c5dc8b8800262cd748db276f73226c9
parent7734ad404c48ea376fed1ce5e9e04f72ec4cb0bd
Fix cpio for CR/LF line endings

Under certain circumstances (I did not find out the complete
details, but it happens when running the tests), the filterdirs()
function in cpio outputs CR/LF.  Since tar does not like that,
the command failed.

So strip out all CRs when filtering the directories.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
cpio.sh