Merge pull request #11651 from vbatts/vbatts-dont_rm_dockerversion

make.sh: leave around the generated version
Upstream-commit: 46be6bb4033a5a4be9b10ab960f74641a8d79f32
Component: engine
This commit is contained in:
Michael Crosby
2015-03-24 14:47:42 -07:00

View File

@ -265,9 +265,6 @@ main() {
bundle $SCRIPTDIR/make/$bundle
echo
done
# if we get all the way through successfully, let's delete our autogenerated code!
rm -r autogen
}
main "$@"