summaryrefslogtreecommitdiff
path: root/librpc/build_idl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/build_idl.sh')
-rwxr-xr-xlibrpc/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/build_idl.sh b/librpc/build_idl.sh
index a130d9eb5a..4ef1e4b47e 100755
--- a/librpc/build_idl.sh
+++ b/librpc/build_idl.sh
@@ -38,7 +38,7 @@ for f in ${IDL_FILES}; do
list="$list $f"
break
}
- [ $f -nt $PIDL_OUTPUTDIR/$o ] && {
+ test "`find $f -newer $PIDL_OUTPUTDIR/$o`" = "" && {
list="$list $f"
break
}