From e8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Fri, 7 May 2010 13:45:00 +0200 Subject: idl: get the logic of the prevous commit right --- source3/script/build_idl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh index 2a73755f0a..8877913137 100755 --- a/source3/script/build_idl.sh +++ b/source3/script/build_idl.sh @@ -25,7 +25,7 @@ for f in ${IDL_FILES}; do list="$list $f" break } - test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && { + test "`find $f -newer $PIDL_OUTPUTDIR/$o`" != "" && { list="$list $f" break } -- cgit