From 8de258c81bcf0e2067f05c8cff1b48771dbde1f2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Mar 2010 18:25:50 -0600 Subject: build: use shell=True for SAMBA_GENERATOR This allows for shell redirection in rules --- buildtools/wafsamba/wafsamba.py | 1 + 1 file changed, 1 insertion(+) (limited to 'buildtools/wafsamba') diff --git a/buildtools/wafsamba/wafsamba.py b/buildtools/wafsamba/wafsamba.py index 90006e46cf..7297224234 100644 --- a/buildtools/wafsamba/wafsamba.py +++ b/buildtools/wafsamba/wafsamba.py @@ -435,6 +435,7 @@ def SAMBA_GENERATOR(bld, name, rule, source, target, rule=rule, source=source, target=target, + shell=True, before='cc', ext_out='.c', name=name) -- cgit