Changeset ace8142


Ignore:
Timestamp:
03/18/2007 10:59:28 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
c180dec
Parents:
dbcdfd7
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_wrt_Makefile

    rdbcdfd7 race8142  
    106106$i:  $PREV
    107107        @\$(call echo_message, Building)
    108         @\$(SHELL) progress_bar.sh \$@ \$\$PPID &
     108        @export SHELL=\$(SHELL) && \$(SHELL) progress_bar.sh \$@ \$\$PPID &
    109109        @echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
    110110        @\$(PRT_DU) >>logs/\$@
     
    123123$i:  $PREV
    124124        @\$(call echo_message, Building)
    125         @\$(SHELL) progress_bar.sh \$@ \$\$PPID &
     125        @export SHELL=\$(SHELL) && \$(SHELL) progress_bar.sh \$@ \$\$PPID &
    126126        @echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@
    127127        @\$(PRT_DU_CR) >>logs/\$@
Note: See TracChangeset for help on using the changeset viewer.