1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #11651 from vbatts/vbatts-dont_rm_dockerversion

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

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