bitDecayGames / haxeflixel-template

Basic game template with FMOD and Bitlytics tie-ins ready to build from
3 stars 1 forks source link

dep script stops after git dependency with branch specified #65

Closed MondayHopscotch closed 1 year ago

MondayHopscotch commented 1 year ago

The script runs up and completes this line:

flixelutils git https://github.com/bitDecayGames/flixel-utils.git lowrez2023

But then stops and does not process any lines past that. Removing the branch allows the script to execute fully.

MondayHopscotch commented 1 year ago

Definitely bit us during LowRezJam. Need to figure out why this is happening

MondayHopscotch commented 1 year ago

This was caused by haxelib git hijacking stdin which causes our file read loop to terminate. Adding a echo "" | <haxelib command> fixed it.