<div dir="ltr">I just did my first vm build from git...<div><br></div><div>  $ git checkout -b firstbuild Cog</div><div>  $ cd image</div><div>  $ ./buildspurtrunkvmmakerimage.sh</div><div>  $ cd build.linux32x86/squeak.cog.spur/build</div><div>  $ ./mvm </div><div>Which completes okay, but reports...</div><div>  Libraries have been installed in:</div><div>   /home/ben/Repos/OpenSmalltalk/vm/products/cogspurlinuxht/lib/squeak/5.0-201606221719-btc/condense-gitignore</div><div><br></div><div>but condense-gitignore is not the current branch, but a previous branch I worked on where I didn&#39;t even do a build (I&#39;m reasonably sure, but maybe I forget).  </div><div><br></div><div>  $ git branch</div><div>[snip]</div><div><div>* firstbuild</div><div>  btc/condense-gitignore<br></div><div><br></div></div><div>I poked around and found the message comes from   ./platforms/unix/config/ltmain.sh</div><div>but I don&#39;t see any git commands there to determine the branch, so it seems the branch must be passed to ltmain from somewhere else??</div><div><br></div><div>cheers -ben</div><div><br></div></div>