Looks like SHELL value need be exported for the progress_bar.sh test to work properly in all cases.
This commit is contained in:
parent
dbcdfd7f69
commit
ace81427f6
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@ cat << EOF
|
|||
|
||||
$i: $PREV
|
||||
@\$(call echo_message, Building)
|
||||
@\$(SHELL) progress_bar.sh \$@ \$\$PPID &
|
||||
@export SHELL=\$(SHELL) && \$(SHELL) progress_bar.sh \$@ \$\$PPID &
|
||||
@echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
|
||||
@\$(PRT_DU) >>logs/\$@
|
||||
EOF
|
||||
|
@ -122,7 +122,7 @@ cat << EOF
|
|||
|
||||
$i: $PREV
|
||||
@\$(call echo_message, Building)
|
||||
@\$(SHELL) progress_bar.sh \$@ \$\$PPID &
|
||||
@export SHELL=\$(SHELL) && \$(SHELL) progress_bar.sh \$@ \$\$PPID &
|
||||
@echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
|
||||
@\$(PRT_DU_CR) >>logs/\$@
|
||||
EOF
|
||||
|
|
Reference in a new issue