X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=grml2iso;h=31d8acda022239483375325725d9a2e5ec752b09;hb=f3370b972f9fb022a76204d89eaef7f937655a39;hp=45569179ee1e529f80c71e29457a26b6dd517ae4;hpb=20752e3676639470fa48c6d346c91dd16a03c946;p=grml2usb.git diff --git a/grml2iso b/grml2iso index 4556917..31d8acd 100755 --- a/grml2iso +++ b/grml2iso @@ -29,7 +29,7 @@ elif which mkisofs >/dev/null 2>&1; then elif which genisoimage >/dev/null 2>&1; then MKISOFS='genisoimage' else - echo >&2 "Error: neither mkisofs nor genisoimage available - can not create ISO." + echo "Error: neither xorriso nor mkisofs nor genisoimage available - can not create ISO." >&2 exit 1 fi