X-Git-Url: https://git.alrj.org/?p=brioche.git;a=blobdiff_plain;f=brioche;fp=brioche;h=8e7e6322be1a26a7251f2afa900b2eaf3aee88cc;hp=8e0597af7eb4dd503e769cd8da7402fd4a9cd88c;hb=234cc50467cfd3c9adfbfd4a9d9ac1a5b10499bd;hpb=5430e18aa198b619dd5e4a812dccc96751aba970 diff --git a/brioche b/brioche index 8e0597a..8e7e632 100755 --- 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"