From fc2bffc38675d736309b4bb44f767636cbca56fc Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sat, 18 Jul 2015 13:41:03 -0500 Subject: [PATCH] config/configure: find bash via env (as we should) Thanks to Greg Troxel for reporting the problem. Signed-off-by: Rob Browning Tested-by: Rob Browning --- config/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/configure b/config/configure index f250d1a..8003241 100755 --- a/config/configure +++ b/config/configure @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash bup_find_prog() { -- 2.39.2