couchbaselabs / couchbaselabs/Android-Couchbase-SourceBuild
Trailing space after Shebang in file build.resetmz causes problems on Cygwin
Open
- Dominant language
- Shell
- Stars
- 21
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The build script for resetmz has a trailing space on the first line:
# !/bin/bash -x
This causes a Bash error on Cygwin. Removing the space solves the problem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.