summaryrefslogtreecommitdiff
path: root/buildtools/testwaf.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-01-14 18:18:25 +1100
committerAndrew Tridgell <tridge@samba.org>2011-01-14 09:10:20 +0100
commit8e0233576ea1456f53cc29f3945b50baa21297ad (patch)
tree83f2a3252f6e37d1816cfa14db5267d00b553959 /buildtools/testwaf.sh
parent46a3588d3fca3a5dd702ce6e9b4a108b884a9cf8 (diff)
downloadsamba-8e0233576ea1456f53cc29f3945b50baa21297ad.tar.gz
samba-8e0233576ea1456f53cc29f3945b50baa21297ad.tar.bz2
samba-8e0233576ea1456f53cc29f3945b50baa21297ad.zip
waf: this script does need bash
this is a developer test script. It is not meant to be portable. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Fri Jan 14 09:10:20 CET 2011 on sn-devel-104
Diffstat (limited to 'buildtools/testwaf.sh')
-rwxr-xr-xbuildtools/testwaf.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/buildtools/testwaf.sh b/buildtools/testwaf.sh
index d08ea835e7..8b65af2c10 100755
--- a/buildtools/testwaf.sh
+++ b/buildtools/testwaf.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
set -e
set -x
@@ -21,7 +21,6 @@ for d in $tests; do
pushd $d
rm -rf bin
type waf
- ./autogen-waf.sh
waf dist
./configure -C --enable-developer --prefix=$PREFIX
time make