From 963ab55c463a0c0d3448468790f922bcfe065d05 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 9 Dec 2007 18:52:13 +0100 Subject: [PATCH] Fix typo in md5sum generation: it is RELEASE and not RELEASES --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \ -- 2.1.4