From d40bccf2e0c03880337054e409a8ee31303854a0 Mon Sep 17 00:00:00 2001 From: user Date: Wed, 29 Dec 2021 11:50:55 +0300 Subject: [PATCH] Fix interpreter path --- mingw64_deps/png/setup.sh | 2 +- mingw64_deps/qt/setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw64_deps/png/setup.sh b/mingw64_deps/png/setup.sh index ba0c0df..e66a494 100755 --- a/mingw64_deps/png/setup.sh +++ b/mingw64_deps/png/setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ ! $(which git) ]]; then echo "git is not installed" diff --git a/mingw64_deps/qt/setup.sh b/mingw64_deps/qt/setup.sh index 5a2beb7..e92045c 100755 --- a/mingw64_deps/qt/setup.sh +++ b/mingw64_deps/qt/setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ ! $(which git) ]]; then echo "git is not installed" -- 1.7.1