summaryrefslogtreecommitdiffstats
path: root/source3/script/build_idl.sh
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-05-07 13:45:00 +0200
committerBjörn Jacke <bj@sernet.de>2010-05-07 13:45:00 +0200
commite8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0 (patch)
tree209f586d2ef29635588958926f5ecc4a9dab7393 /source3/script/build_idl.sh
parent10e0641e3466ba765174a5036816f6ccef11922f (diff)
downloadsamba-e8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0.tar.gz
samba-e8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0.tar.xz
samba-e8c3da1fc09c3b0a2213952ec96294b3b5d8d4c0.zip
idl: get the logic of the prevous commit right
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
}