You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-2829]-Build fails if Docker flags contain spaces
There are cases where the make script setting DOCKER_BUILD_FLAGS and
DOCKER_RUN_FLAGS that are used to set DBUILD and DRUN variables
generate values containing whitespace.
https://jira.hyperledger.org/browse/FAB-2829
- Enclosed variables to prevent spaces breaking docker build and docker run commands.
- Tested build on OSX (10.12.3), Debian 8.7 and Windows 10
Change-Id: Ie353c6561dc1abecc05201205ef46b43608af6ac
Signed-off-by: Nick Murray <[email protected]>
0 commit comments