Fix file permissions when extracting zip files (#325)

This means that `./emsdk` works on UNIX system after emsdk self-updates
from a zip file.  Without this one would need to run `python ./emsdk`
which seems to be why the tests were doing it this way.
This commit is contained in:
Sam Clegg
2019-08-26 23:06:56 -07:00
committed by GitHub
parent da4900b83f
commit 596bdc5ea4
3 changed files with 12 additions and 5 deletions

1
test.sh Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env sh
echo "test the standard workflow (as close as possible to how a user would do it, in the shell)"
./emsdk install latest
./emsdk activate latest