facebook / sapling

A Scalable, User-Friendly Source Control System.

Home Page:https://sapling-scm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run make oss on macOS

Manbeardo opened this issue · comments

852d3ae added lines to the Makefile that run commands like:

cp build/scripts-3*/$(HGNAME) $(HGNAME)

Globbing outside of a path's basename doesn't appear to be supported in zsh or bash. Running make oss on a macbook with the default shell fails with:

cp: build/scripts-3*/hg: No such file or directory

Globbing might be a red herring. There's no hg file in builds/scripts-3.11

This might be fixed by #741 ?

commented

closing this issue, it was fixed by #741 and dde8296