Closed Bug 1897553 Opened 1 year ago Closed 1 year ago

Fix `make help` on Windows

Categories

(Conduit :: Lando, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ahochheiden, Assigned: ahochheiden)

Details

Attachments

(1 file)

It's likely that Docker will be installed in /c/Program Files/.... Using DOCKER := $(shell which docker) to get the path, then calling @"$(DOCKER)" --version causes an error on Windows due to the space in Program Files. We can fix this by quoting both the calls to DOCKER and DOCKER_COMPOSE.

Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: