Changeset 7c24cf0


Ignore:
Timestamp:
11/06/2006 09:07:21 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
d981bde
Parents:
40700e9
Message:

Removed unneeded &

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r40700e9 r7c24cf0  
    140140        @\$(call echo_message, Building)
    141141        @./progress_bar.sh \$@ \$\$PPID &
    142         @echo -e "\n\`date\`\n" >logs/\$@ &
     142        @echo -e "\n\`date\`\n" >logs/\$@
    143143        @\$(PRT_DU) >>logs/\$@
    144144EOF
     
    238238        @\$(call echo_message, Building)
    239239        @./progress_bar.sh \$@ \$\$PPID &
    240         @echo -e "\n\`date\`\n" >logs/$LOGFILE &
     240        @echo -e "\n\`date\`\n" >logs/$LOGFILE
    241241        @\$(PRT_DU_CR) >>logs/$LOGFILE
    242242EOF
Note: See TracChangeset for help on using the changeset viewer.