Android-Couchbase-SourceBuild
Android-Couchbase-SourceBuild copied to clipboard
Trailing space after Shebang in file build.resetmz causes problems on Cygwin
trafficstars
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.