We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205da41 commit d176a87Copy full SHA for d176a87
1 file changed
src/progress.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
function progress::init() {
4
- PROGRESS_TOTAL=$1
+ export PROGRESS_TOTAL=$1
5
6
if parallel::is_enabled || [[ ! -t 1 ]] || ! env::is_progress_enabled; then
7
_PROGRESS_ENABLED=false
0 commit comments