diff options
| author | david <public@beloved.name> | 2018-07-23 21:19:19 +0200 | 
|---|---|---|
| committer | david <public@beloved.name> | 2018-07-23 21:19:19 +0200 | 
| commit | 3085614b00f7efcd46da67d3a24d21a0f4c4ce94 (patch) | |
| tree | 072f2e5e7b1b95456c2740d77bc5e209452bfdf4 /subprojects/freeamo/src/main_functions | |
| parent | 85cea3c6634e9af141612a406ba15ebca37e20db (diff) | |
FreeAMO: Fixed pv bug
Diffstat (limited to 'subprojects/freeamo/src/main_functions')
| -rw-r--r-- | subprojects/freeamo/src/main_functions | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/subprojects/freeamo/src/main_functions b/subprojects/freeamo/src/main_functions index 7a66cff..782f896 100644 --- a/subprojects/freeamo/src/main_functions +++ b/subprojects/freeamo/src/main_functions @@ -203,6 +203,10 @@ function pv__progress {         (pv --progress --line-mode --size "$pv__size" --timer) > /dev/null +    else + +        tee +             fi  } | 
