Skip to content
Snippets Groups Projects
Commit 89542396 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

show "compressing ..." without line break

parent 0c7f844b
No related branches found
No related tags found
1 merge request!129Db Profiles
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
# shared function in localdump_* # shared function in localdump_*
# param string filename of uncompressed output file # param string filename of uncompressed output file
function compress_file(){ function compress_file(){
echo compressing $1 ... echo -n compressing $1 ...
gzip -9 -f "${1}" gzip -9 -f "${1}"
fetchrc fetchrc
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment