Trap copyFile errors (#663849)
commit8049edc786a6ff347281ea9587c721bc2fb35e31
authorFrederick Grose <fgrose@localhost.localdomain>
Wed, 22 Dec 2010 21:59:06 +0000 (22 13:59 -0800)
committerBrian C. Lane <bcl@redhat.com>
Wed, 22 Dec 2010 21:59:06 +0000 (22 13:59 -0800)
treebfae47ffece93a3af3355418f5d1ac54950c972f
parent232ad957b64dc29177d3309637b1a15ac979d20a
Trap copyFile errors (#663849)

'Set -o pipefail' is needed with the new starce-based copy function.
Also, keep || clauses inprocess, so that an exit command applies to
the main script and not just a subshell.
tools/livecd-iso-to-disk.sh