summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/snapshot4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 78c66ab..6ef1db0 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -59,8 +59,8 @@ ARCHIVES=$ARCHIVES_default
ZLIB_default=
ZLIB=$ZLIB_default
-# What compression methods to use?
-METHODS="gzip bzip2"
+# What compression methods to use? (md5 does checksum).
+METHODS="gzip bzip2 md5"
# Use User's MAKE if set. Else use generic make.
MAKE=${MAKE:-make}