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 10 months ago

MondayHopscotch commented 11 months 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 10 months ago

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

MondayHopscotch commented 10 months ago

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