Fix permissions on power-shell scripts and the shbang in a bash script

The power-shell scripts don't need to be executable (MS-Win doesn't
care and we don't run them on Unix).

The shbang line in a shell script only works if it's at the start of
the file, not after a blank line.

Change-Id: I12a927f414621187f867864617276528a59652e5
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Edward Welbourne
2020-10-15 12:32:15 +02:00
parent 3a076ad2f8
commit 9521eee18b
5 changed files with 0 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#!/usr/bin/env bash
#############################################################################

0
coin/provisioning/common/windows/emsdk.ps1 Executable file → Normal file
View File

View File

0
coin/provisioning/qtci-windows-10-x86_64/80-emsdk.ps1 Executable file → Normal file
View File

View File