]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
bash (for the bootstrap script) might not be /bin/bash
authorHarlan Stenn <stenn@ntp.org>
Mon, 19 Jun 2006 00:09:27 +0000 (20:09 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 19 Jun 2006 00:09:27 +0000 (20:09 -0400)
bk: 4495eb37daSFxqnl4c1v2IvUTI64LA

bootstrap

index 24eede6f69ccd9c0105b5ab0e0c653446736dd6b..533058231ce69ffe4a6558a6ae4f0ef02fbcf943 100755 (executable)
--- 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.