In trying to reproduce for Fabio in irc we realized I couldnt run newt scripts at all
Jacobs-Air:newt jacobrosenthal$ ./build.sh -bash: ./build.sh: /bin/sh^M: bad interpreter: No such file or directory My line endings got windows-ed at some point Jacobs-Air:apache-mynewt-core jacobrosenthal$ git config --global -l .... core.autocrlf=true I vaguely remember fighting some line ending issue aweek ago now.. Seemingly the go exec couldnt figure out the shell interpreter and reported it as file not found This fixed it git config --global --unset core.autocrlf
