Change cross compile scripts' shebang to bash

This commit is contained in:
Lukas W
2016-02-23 10:11:38 +13:00
parent 1e9dfcbf2b
commit 13125c6248
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Accomodate both linux windows mingw locations
MINGW=/mingw32

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Accomodate both linux windows mingw locations
MINGW=/mingw64