Simplify the cpio look-alike.
commit28b06b3aab31c91237788e394cfc4771f029b355
authorJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 08:08:11 +0000 (24 09:08 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Wed, 24 Jan 2007 08:08:11 +0000 (24 09:08 +0100)
treee3295a16d0398e72e920b6cdc05af8bec0bede3d
parent1a393646765cad0993b702e3dd2d977648edc538
Simplify the cpio look-alike.

We don't need to write the file list into a temporary file, because
GNU tar can take --files-from stdin in --create mode. Furthermore,
it understands --null, so that we don't need to translate the zero byte
termination to newlines (which incorrectly had been translated to space).
cpio.sh