Commit 0e63386
committed
Entry point scripts with all executable bits set
Prior to emscripten-core#23761, when all the launcher script lived in git, our
emscripten-release builder was checking out the launchers scripts and
bundling them will `-rwxr-xr-x` permissions.
Once emscripten-core#23761, and `create_entry_points.py` was used to create them on
demand the `x` bit was lost except for the user.
Fixes: emscripten-core/emsdk#15831 parent 3d740b8 commit 0e63386
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
87 | 92 | | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
| |||
0 commit comments