Merge trunk r3661
This commit is contained in:
parent
76f888864d
commit
96857f897b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ extract_commands() { #
|
||||||
lfs)
|
lfs)
|
||||||
echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
|
echo -n " ${L_arrow}${BOLD}LFS${R_arrow} build... "
|
||||||
pushd $BOOK > /dev/null
|
pushd $BOOK > /dev/null
|
||||||
if [ -f process.scripts.sh ]; then
|
if [ -f process-scripts.sh ]; then
|
||||||
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
|
bash process-scripts.sh >> $LOGDIR/$LOG 2>&1
|
||||||
fi
|
fi
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
Reference in a new issue