From 6d7349840003e9ba0feccd291a47256cad67838c Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sat, 17 Feb 2007 16:26:34 +0000 Subject: [PATCH] Fixed progress_bar.sh run inside chroot jail. --- common/libs/func_wrt_Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_wrt_Makefile b/common/libs/func_wrt_Makefile index e5f2a0e..35fb770 100644 --- a/common/libs/func_wrt_Makefile +++ b/common/libs/func_wrt_Makefile @@ -125,7 +125,7 @@ cat << EOF $i: $PREV @\$(call echo_message, Building) - @./progress_bar.sh \$@ \$\$PPID & + @\$(SHELL) progress_bar.sh \$@ \$\$PPID & @echo "\$(nl_)\`date\`\$(nl_)" >logs/\$@ @\$(PRT_DU_CR) >>logs/\$@ EOF