From: Harlan Stenn Date: Mon, 19 Jun 2006 00:09:27 +0000 (-0400) Subject: bash (for the bootstrap script) might not be /bin/bash X-Git-Tag: NTP_4_2_2P0_RC3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b69879017a9377c099cd558df6ce276da5e51d2;p=thirdparty%2Fntp.git bash (for the bootstrap script) might not be /bin/bash bk: 4495eb37daSFxqnl4c1v2IvUTI64LA --- diff --git a/bootstrap b/bootstrap index 24eede6f6..533058231 100755 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ -#! /bin/bash +#! /usr/bin/env bash # This "bootstrap" script performs various pre-autoreconf actions # that are required after pulling fresh sources from the repository.