foretspaisibles / bsdowl

A highly portable build system targeting modern UNIX systems. Supports C, OCaml, TeX, METAPOST, NOWEB, M4, and more. Based on BSD Make.
http://michipili.github.io/bsdowl/
Other
102 stars 6 forks source link

Installation fails where there is a space in the group name #223

Open juanchanco opened 6 years ago

juanchanco commented 6 years ago

I'm on a Mac on a Windows administered network. My unix group is "CORP\Domain Users" and it seems to be the space (probably the backslash too) that makes installing (at least with opam) fail at

install -o juan.chanco -g CORP\Domain Users -m 440 bps.init.mk /Users/juan.chanco/.opam/4.04.2/share/bsdowl

I can make it work by sudo-ing (which installs with group "wheel") and the chown-ing everything, but other packages that use bsdowl (like broken) have a similar problem when installing via opam.