mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove uncompressed tar file after -tgz output
This commit is contained in:
committed by
Andrew Heather
parent
c54c4c8c62
commit
b7d3607716
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user