waf: this script does need bash
authorAndrew Tridgell <tridge@samba.org>
Fri, 14 Jan 2011 07:18:25 +0000 (18:18 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 14 Jan 2011 08:10:20 +0000 (09:10 +0100)
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

buildtools/testwaf.sh

index d08ea835e7951744fd0ba72df542c39b2f133899..8b65af2c10ae3e266fc17d00b491d214398aa5c0 100755 (executable)
@@ -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