svn commit: samba r15291 - in branches/SAMBA_4_0/source/script: .

metze at samba.org metze at samba.org
Thu Apr 27 09:32:27 GMT 2006


Author: metze
Date: 2006-04-27 09:32:26 +0000 (Thu, 27 Apr 2006)
New Revision: 15291

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15291

Log:
$f already has the $srcdir prefixed

metze
Modified:
   branches/SAMBA_4_0/source/script/build_idl.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/build_idl.sh
===================================================================
--- branches/SAMBA_4_0/source/script/build_idl.sh	2006-04-26 21:56:21 UTC (rev 15290)
+++ branches/SAMBA_4_0/source/script/build_idl.sh	2006-04-27 09:32:26 UTC (rev 15291)
@@ -21,7 +21,7 @@
     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 



More information about the samba-cvs mailing list