mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
@@ -1,4 +1,3 @@
|
||||
|
||||
#!/usr/bin/env bash
|
||||
|
||||
#############################################################################
|
||||
|
||||
0
coin/provisioning/common/windows/emsdk.ps1
Executable file → Normal file
0
coin/provisioning/common/windows/emsdk.ps1
Executable file → Normal file
0
coin/provisioning/common/windows/install-mcuxpresso.ps1
Executable file → Normal file
0
coin/provisioning/common/windows/install-mcuxpresso.ps1
Executable file → Normal file
0
coin/provisioning/qtci-windows-10-x86_64/80-emsdk.ps1
Executable file → Normal file
0
coin/provisioning/qtci-windows-10-x86_64/80-emsdk.ps1
Executable file → Normal file
0
coin/provisioning/qtci-windows-10-x86_64/90-install-mcuxpresso.ps1
Executable file → Normal file
0
coin/provisioning/qtci-windows-10-x86_64/90-install-mcuxpresso.ps1
Executable file → Normal file
Reference in New Issue
Block a user