examples icon indicating copy to clipboard operation
examples copied to clipboard

Delete download_models.sh

Open nohren opened this issue 5 years ago • 3 comments

This file creates a /bin/bash^M: bad interpreter: No such file or directory error when building in Xcode.

DOS uses a carriage return (^M) with a line feed therefore macOS (sharing similarities with linux system) is confused and thinks the script should be executed by /bin/bash^M which doesn’t exist.

Solution: Install dos2unix and convert the file in terminal as follows:

dos2unix download_models.sh

Good to build! (I would upload the converted file but it says I don't have permission)

nohren avatar Aug 24 '20 03:08 nohren

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

googlebot avatar Aug 24 '20 03:08 googlebot

@googlebot I signed it!

nohren avatar Aug 24 '20 04:08 nohren

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

googlebot avatar Aug 24 '20 04:08 googlebot