Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
2.1.11
-
None
-
Patch available
Description
If build.sh is called with something like:
./build.sh -propertyfile "$PROJECT_PROPERTIES" ...
the build fails if
PROJECT_PROPERTIES="/path/ with/spaces/to/local.build.properties"
The uploaded patch cures that problem.
./build.sh -propertyfile "$PROJECT_PROPERTIES" ...
the build fails if
PROJECT_PROPERTIES="/path/ with/spaces/to/local.build.properties"
The uploaded patch cures that problem.