Skip to content

Commit

Permalink
Make build.ps1 executable
Browse files Browse the repository at this point in the history
Make build.ps1 executable (chmod +x) and execute using `/usr/bin/env`
so the `PATH` is taken into consideration when finding the `pwsh`
binary.
  • Loading branch information
asbjornu committed Dec 29, 2023
1 parent 51e9905 commit f5ada0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/pwsh
#!/usr/bin/env pwsh
<#
.PARAMETER Stage
The build stage to execute.
Expand Down

0 comments on commit f5ada0e

Please sign in to comment.