From: Harlan Stenn Date: Mon, 19 Jun 2006 06:31:54 +0000 (-0400) Subject: Avoid hardcoded path to bash for the bootstrap script X-Git-Tag: NTP_4_2_2P3_RC0~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=546b8e53a7ea2ad009c479961f97295d5c4d40ab;p=thirdparty%2Fntp.git Avoid hardcoded path to bash for the bootstrap script bk: 449644da4HmsKoQ0lR1fyHLYURCcLg --- 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.