Android-Couchbase-SourceBuild icon indicating copy to clipboard operation
Android-Couchbase-SourceBuild copied to clipboard

Trailing space after Shebang in file build.resetmz causes problems on Cygwin

Open boonen opened this issue 13 years ago • 0 comments
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.

boonen avatar Dec 07 '11 10:12 boonen