mltframework / mlt-scripts

scripts to help build open source MLT apps

Home Page:https://www.mltframework.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-melt.sh crashes at second start due missing "master" branch on rubberband repo

Jolyk opened this issue · comments

commented

Problem is in this and next lines:

cmd git checkout master || die "Unable to git checkout master"

I removed them as a temporary fix.