buildd: Finalize sha1sum support.
[grml-live.git] / buildd / cleanup.sh
index ef8b2b4..9ec7c31 100755 (executable)
@@ -37,7 +37,7 @@ done
 for file in $REMOVE_ME ; do
     test -f ${file}     && rm -f $file
     # ... but keep their md5sum / sha1sum:
-    test -f ${file}.md5  && mv ${file}.md5   .archive
+    test -f ${file}.md5  && mv ${file}.md5  .archive
     test -f ${file}.sha1 && mv ${file}.sha1 .archive
 done