From bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 26 Aug 2012 07:11:53 +0200 Subject: sh instead of bash in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bf68549..00598d5 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh function makeMakefile() -- cgit