Skip to content
Snippets Groups Projects
Commit ff2376f5 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

tar: properly default to gzip in case of unknown compress filter

parent 43c0f9d9
Branches
Tags
No related merge requests found
......@@ -56,8 +56,8 @@ case $compress in
compress_option=""
;;
*)
warning "Unknown compress filter ($tar_compress)"
compress_option=""
warning "Unknown compress filter ($compress), defaulting to gzip"
compress_option="-z"
EXTENSION="tgz"
;;
esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment