Merge pull request #653 from lkppo/master

Fix the shebang portability of the build.sh script
This commit is contained in:
gingerBill
2020-05-22 10:35:49 +01:00
committed by GitHub
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
release_mode=$1