mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 02:56:07 +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
|
||||
|
||||
#############################################################################
|
||||
|
||||
Reference in New Issue
Block a user