Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
We're not sure what the company policy is around recommending dos2unix specifically, so I've updated the text to just mention the possible root cause and a path forward.
  • Loading branch information
SigmanZero authored Feb 14, 2024
1 parent 7696dd5 commit 20f2808
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,7 @@ this repository. When doing so, make sure to specify which sample you are referr
/usr/bin/env: ‘sh\r’: No such file or directory
```

You most likely have problems with the line ending character. You can fix it with a few steps:

1. Install _dos2unix_

```shell
sudo apt install dos2unix
```

1. Fix the gradlew file

```shell
dos2unix gradlew
```
This may be due to issues with the `gradlew` file's line ending characters. Try converting the file's line endings to CRLF or LF as required by your operating system.

## Contributions

Expand Down

0 comments on commit 20f2808

Please sign in to comment.