From: Mika Lindqvist Date: Fri, 1 Dec 2017 19:55:31 +0000 (+0200) Subject: [Issue #140] Use "/usr/bin/env bash" instead of /bin/sh. X-Git-Tag: 1.9.9-b1~640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b22ff7e70ed067f1ce9e4aaa548d2110b8ec9bb8;p=thirdparty%2Fzlib-ng.git [Issue #140] Use "/usr/bin/env bash" instead of /bin/sh. --- diff --git a/configure b/configure index 4ed7d87c8..5f6c31387 100755 --- a/configure +++ b/configure @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # configure script for zlib. # # Normally configure builds both a static and a shared library.