mirror of https://github.com/CGAL/cgal
Output to stdout, for consistency with the other outputs
This commit is contained in:
parent
e8975dbac7
commit
27b73b067d
|
|
@ -238,5 +238,5 @@ if [ -f ${OUTPUTFILE} ] ; then
|
||||||
echo "moving $OUTPUTFILE to ${OUTPUTFILE}.bak ..."
|
echo "moving $OUTPUTFILE to ${OUTPUTFILE}.bak ..."
|
||||||
mv -f $OUTPUTFILE ${OUTPUTFILE}.bak
|
mv -f $OUTPUTFILE ${OUTPUTFILE}.bak
|
||||||
fi
|
fi
|
||||||
create_cmake_script 3>&2 > $OUTPUTFILE
|
create_cmake_script 3>&1 > $OUTPUTFILE
|
||||||
echo "created $OUTPUTFILE in $PWD ..."
|
echo "created $OUTPUTFILE in $PWD ..."
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue