Fix shebang

This commit is contained in:
M-Gregoire 2019-08-31 09:51:19 +02:00
parent 6d1004ac66
commit bd1c61f6f7
No known key found for this signature in database
GPG key ID: 46FEBDAC95B5C346

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -e set -e
ARCH=$(uname -m) ARCH=$(uname -m)