From: Michael Prokop Date: Sun, 9 Dec 2007 17:52:13 +0000 (+0100) Subject: Fix typo in md5sum generation: it is RELEASE and not RELEASES X-Git-Tag: 0.0.12~3 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=963ab55c463a0c0d3448468790f922bcfe065d05 Fix typo in md5sum generation: it is RELEASE and not RELEASES --- diff --git a/grml-live b/grml-live index d402757..97a0388 100755 --- a/grml-live +++ b/grml-live @@ -573,7 +573,7 @@ else -o "${ISO_OUTPUT}/${ISO_NAME}" . ; RC=$? # generate md5sum of ISO if we are using class 'RELEASE': - case $CLASSES in *RELEASES*) + case $CLASSES in *RELEASE*) [ "$RC" = 0 ] && \ ( cd $ISO_OUTPUT && \ md5sum ${ISO_NAME} > ${ISO_NAME}.md5 && \