Firstly I would say that I have read this post however I still have problems for the CR line terminators.
CR line terminators
There is a file called build_test.sh
build_test.sh
Also, if you work with vim, you can enforce UNIX line endings by executing
:set fileformat=unix :w
or just add
set fileformat=unix
to your .vimrc file