git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34111d7
)
r15291: $f already has the $srcdir prefixed
author
Stefan Metzmacher
<metze@samba.org>
Thu, 27 Apr 2006 09:32:26 +0000
(09:32 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 19:05:03 +0000
(14:05 -0500)
metze
source/script/build_idl.sh
patch
|
blob
|
history
diff --git
a/source/script/build_idl.sh
b/source/script/build_idl.sh
index 1b38245e17cc2697b412d1637dd40a95b8f767fb..63e6ae73b7712769cf477074c6ef4717167d7c7d 100755
(executable)
--- a/
source/script/build_idl.sh
+++ b/
source/script/build_idl.sh
@@
-21,7
+21,7
@@
for f in $srcdir/librpc/idl/*.idl ; do
ndr="librpc/gen_ndr/ndr_$basename.c"
# blergh - most shells don't have the -nt function
if [ -f $ndr ]; then
- if [ x
$srcdir/
`find $f -newer $ndr -print` = x$f ]; then
+ if [ x`find $f -newer $ndr -print` = x$f ]; then
list="$list $f"
fi
else