ENH: add foamPackDeps, foamPackMake to help transferring between machines

This commit is contained in:
Mark Olesen
2011-02-15 09:29:33 +01:00
parent 56e07de724
commit cf65eebcd5
5 changed files with 270 additions and 1 deletions

View File

@ -122,7 +122,7 @@ if [ $? -eq 0 ]
then
echo "Finished packing doxygen html into file $packFile" 1>&2
else
echo "Error: failure packing doxygen html file $packFile" 1>&2
echo "Error: failure packing doxygen html into file $packFile" 1>&2
rm -f $packFile 2>/dev/null
fi