October 09, 2015
https://issues.dlang.org/show_bug.cgi?id=15181

          Issue ID: 15181
           Summary: SYSCONFDIR is broken
           Product: D
           Version: D2
          Hardware: All
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: john.loughran.colvin@gmail.com

The SYSCONFDIR.imp file ends up malformed, because echo -n doesn't work from makefiles by default on OS X, probably because it's using calling the sh builtin instead of bash.

--