From 525d518aa0bf25d4b216f9cac0b31a6fae5b5f04 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sat, 23 Jun 2007 20:28:09 +0200 Subject: [PATCH] use sh instead of bash to make "if ...; then alias ..." work --- build_mingw_cross_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_mingw_cross_env.sh b/build_mingw_cross_env.sh index 5e5d74d6..fafcd4a0 100755 --- a/build_mingw_cross_env.sh +++ b/build_mingw_cross_env.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh set -ex