From 1622d8b5d30bb6e8bb7f0a0612fda0bc79cb27cf Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Tue, 20 May 2008 18:49:02 -0700 Subject: [PATCH] Fix for bootstrap env --- config/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/bootstrap b/config/bootstrap index cc463d86..74d9fa1d 100755 --- a/config/bootstrap +++ b/config/bootstrap @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash # Taken from lighthttpd server (BSD). Thanks Jan! # Run this to generate all the initial makefiles, etc. -- 2.30.2