Fixed progress_bar.sh run inside chroot jail.
This commit is contained in:
parent
d933ab2dd7
commit
6d73498400
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ cat << EOF
|
||||||
|
|
||||||
$i: $PREV
|
$i: $PREV
|
||||||
@\$(call echo_message, Building)
|
@\$(call echo_message, Building)
|
||||||
@./progress_bar.sh \$@ \$\$PPID &
|
@\$(SHELL) progress_bar.sh \$@ \$\$PPID &
|
||||||
@echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
|
@echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
|
||||||
@\$(PRT_DU_CR) >>logs/\$@
|
@\$(PRT_DU_CR) >>logs/\$@
|
||||||
EOF
|
EOF
|
||||||
|
|
Reference in a new issue