Create Mach-o files with mode 0777 to allow executing them.
authorGeorge Koehler <xkernigh@netscape.net>
Sat, 3 Dec 2016 22:52:24 +0000 (17:52 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Sat, 3 Dec 2016 22:52:24 +0000 (17:52 -0500)
commit969e98b82de338ea54c7490dee5171415f54148c
tree589915f6fb5e92ab5944cceaaf88c665fdbd9ce3
parent355cc06fff7bbf2590c39b5f1802f49cb490c02f
Create Mach-o files with mode 0777 to allow executing them.

Until now, I was always doing chmod +x before running my files on the
Mac.  Now files get created +x.  There's no change when overwriting
an existing file.  I needed to gmake clean my build to remove the
example programs without +x, so cvmach can create them with +x.
plat/osx/cvmach/cvmach.c