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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a7e34a044ea357db45c778e41d35638ecf98079;p=thirdparty%2Fntp.git Avoid hardcoded path to bash for the bootstrap script bk: 449644da4HmsKoQ0lR1fyHLYURCcLg --- diff --git a/bootstrap b/bootstrap index 24eede6f69..533058231c 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.