Looks like SHELL value need be exported for the progress_bar.sh test to work properly in all cases.

This commit is contained in:
Manuel Canales Esparcia 2007-03-18 10:59:28 +00:00
parent dbcdfd7f69
commit ace81427f6

View file

@ -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