Re: request for feature: umask control with GNU make
Brian Vandenberg <[email protected]>
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <265839c6-1f55-45f4-9568-adad3b817c2d@r28g2000yqj.googlegroups.com> |
> SHELL = /bin/bash --noprofile -c 'umask 002; shift; eval "$$2"' -- I made a minor mistake. Remove 'shift;' from it. -Brian