Output to stdout, for consistency with the other outputs

This commit is contained in:
Laurent Rineau 2013-09-03 17:25:33 +02:00
parent e8975dbac7
commit 27b73b067d
1 changed files with 1 additions and 1 deletions

View File

@ -238,5 +238,5 @@ if [ -f ${OUTPUTFILE} ] ; then
echo "moving $OUTPUTFILE to ${OUTPUTFILE}.bak ..."
mv -f $OUTPUTFILE ${OUTPUTFILE}.bak
fi
create_cmake_script 3>&2 > $OUTPUTFILE
create_cmake_script 3>&1 > $OUTPUTFILE
echo "created $OUTPUTFILE in $PWD ..."