https://issues.dlang.org/show_bug.cgi?id=20662
--- Comment #3 from Dlang Bot <[email protected]> --- dlang/dmd pull request #10889 "(Fix #20662) Set the DMD binary as executable" was merged into stable: - 16b3334395547123fd62f00728928be399257705 by Ernesto Castellotti: Set the DMD binary as executable The dmd binary must have permission to be executable otherwise it would be impossible to launch it without manually setting permissions. This patch sets the 644 permission by default for all the other files installed through installRelativeFiles while the 755 permissions will be set for the dmd binary. This fixes the issue #20662 https://github.com/dlang/dmd/pull/10889 --
