Removed unneeded &
This commit is contained in:
parent
40700e9e56
commit
7c24cf0960
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ cat << EOF
|
|||
$i: $PREV
|
||||
@\$(call echo_message, Building)
|
||||
@./progress_bar.sh \$@ \$\$PPID &
|
||||
@echo -e "\n\`date\`\n" >logs/\$@ &
|
||||
@echo -e "\n\`date\`\n" >logs/\$@
|
||||
@\$(PRT_DU) >>logs/\$@
|
||||
EOF
|
||||
) >> $MKFILE.tmp
|
||||
|
@ -237,7 +237,7 @@ cat << EOF
|
|||
$i: $PREV
|
||||
@\$(call echo_message, Building)
|
||||
@./progress_bar.sh \$@ \$\$PPID &
|
||||
@echo -e "\n\`date\`\n" >logs/$LOGFILE &
|
||||
@echo -e "\n\`date\`\n" >logs/$LOGFILE
|
||||
@\$(PRT_DU_CR) >>logs/$LOGFILE
|
||||
EOF
|
||||
) >> $MKFILE.tmp
|
||||
|
|
Reference in a new issue