summaryrefslogtreecommitdiffstats
path: root/source3/script/build_idl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script/build_idl.sh')
-rwxr-xr-xsource3/script/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/build_idl.sh b/source3/script/build_idl.sh
index 2a73755f0a2..8877913137f 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
}