diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-19 20:56:15 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:55 +1000 |
commit | 54772758a8992f5907f7e2372edfba6f1e9bc2f7 (patch) | |
tree | f75421994c41732dc575cb496237514d40b4ba77 /source4/configure.waf | |
parent | 75c2c870c1b5a7890001194da44489366f6e950d (diff) | |
download | samba-54772758a8992f5907f7e2372edfba6f1e9bc2f7.tar.gz samba-54772758a8992f5907f7e2372edfba6f1e9bc2f7.tar.bz2 samba-54772758a8992f5907f7e2372edfba6f1e9bc2f7.zip |
build: don't assume bash in configure.waf
Diffstat (limited to 'source4/configure.waf')
-rwxr-xr-x | source4/configure.waf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |