Skip to content
Snippets Groups Projects
Commit 080aaef8 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: remove uncompressed tar file after -tgz output

parent 2efda6ec
No related merge requests found
......@@ -296,6 +296,7 @@ case "$compress" in
(tgz)
echo "Using gzip compression with tgz ending" 1>&2
echo 'gzip -c -9 "$outputDir/$tarName.tar" > "$outputDir/$tarName.tgz"'
echo 'rm -f "$outputDir/$tarName.tar"'
;;
(bz | bzip | bzip2)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment