xorriso-dd-target returned exit value 1 if no device name is given and one of the listed devices is not advisable

This commit is contained in:
Thomas Schmitt 2020-01-01 09:06:01 +01:00
parent 80e32280aa
commit 71b61339e9
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ xdt_main()
xdt_decide_writing || return "$?"
fi
if test -n "$xdt_devs"
if test -n "$xdt_devs_named"
then
return $xdt_not_advised
fi