From 54772758a8992f5907f7e2372edfba6f1e9bc2f7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Mar 2010 20:56:15 +1100 Subject: build: don't assume bash in configure.waf --- source4/configure.waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/configure.waf b/source4/configure.waf index 53efbb56b6..b297b93278 100755 --- a/source4/configure.waf +++ b/source4/configure.waf @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "Using waf based build" -- cgit