Fix the shebang portability of the build.sh script

This commit is contained in:
Stéphane Aulery
2020-05-22 11:23:00 +02:00
committed by Stéphane Aulery
parent d09ac8943a
commit 8ad3a1f41f

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
release_mode=$1