Fix typo in md5sum generation: it is RELEASE and not RELEASES
authorMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 17:52:13 +0000 (18:52 +0100)
committerMichael Prokop <devnull@localhost>
Sun, 9 Dec 2007 17:52:13 +0000 (18:52 +0100)
grml-live

index d402757..97a0388 100755 (executable)
--- 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 && \