]> git.alrj.org Git - brioche.git/blobdiff - brioche
* Add the "dow" script, update documentation.
[brioche.git] / brioche
diff --git a/brioche b/brioche
index 8e0597af7eb4dd503e769cd8da7402fd4a9cd88c..8e7e6322be1a26a7251f2afa900b2eaf3aee88cc 100755 (executable)
--- a/brioche
+++ b/brioche
@@ -361,6 +361,10 @@ case "$COMPRESS" in
   lzma)
     COMPRESS_OPT="--lzma"
     ;;
+  none)
+    COMPRESS_OPT=""
+    COMPRESS=""
+    ;;
   *)
     summary "Unknown compression method: ${COMPRESS}. Falling back to gzip."
     COMPRESS="gz"