cvondrick / vatic

Efficiently Scaling Up Video Annotation with Crowdsourced Marketplaces. IJCV 2012
http://mit.edu/vondrick/vatic/
MIT License
597 stars 255 forks source link

fixed install script bugs #70

Closed jldowns closed 6 years ago

jldowns commented 7 years ago

Hi! I noticed you used the integer comparison syntax instead of string comparison. That resulted in the if statement always evaluating to true.

Also, afaik the double brackets in the if statements is bash-only syntax, so the shebang at the top ensures that the wrong shell isn't evoked.