Skip to content

Git for Windows no longer works #652

Description

@tigerhawkvok

After adding a small patch to support the C:\Program Files\ destination:

# Install support:
install:
	install -d -m 0755 "$(INSTALL_LIB)/"
	install -C -m 0755 $(LIB) "$(INSTALL_LIB)/"
	install -d -m 0755 "$(INSTALL_EXT)/"
	install -C -m 0644 $(EXTS) "$(INSTALL_EXT)/"
	install -d -m 0755 $(INSTALL_MAN1)/
	install -C -m 0644 $(MAN1)/$(NAME).1 $(INSTALL_MAN1)/

the install command no longer errors out, but instead gives an error that makes no sense to me:

Image

AFAIK I don't have bash plus, should I? If so, it should probably be in the install directions.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions