X-Git-Url: http://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2iso;h=31d8acda022239483375325725d9a2e5ec752b09;hp=45569179ee1e529f80c71e29457a26b6dd517ae4;hb=f3370b972f9fb022a76204d89eaef7f937655a39;hpb=360c9e5b51ef3d640ed6343da2babbe646415465 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