mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
iso9660: report errors in copyout in case of isoinfo usage.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
afdc9719f3
commit
c1b6d29b95
@ -222,8 +222,8 @@ case "$cmd" in
|
||||
;;
|
||||
copyout)
|
||||
xorriso_copyout "$@" || {
|
||||
test_iso "$@";
|
||||
mcisofs_copyout "$@";
|
||||
test_iso "$@" || exit 1
|
||||
mcisofs_copyout "$@" || exit 1
|
||||
}
|
||||
exit 0
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user