Replace shebang

This commit is contained in:
Nicolas 2022-04-15 14:13:49 +02:00
parent 1b49403057
commit 202b01ebbf
1 changed files with 1 additions and 1 deletions

2
dist/win/build vendored
View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
set -e
target='x86_64-pc-windows-gnu'