Merge trunk r3661

This commit is contained in:
Pierre Labastie 2013-03-03 12:37:08 +00:00
parent 76f888864d
commit 96857f897b

View file

@ -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