svn commit: samba r24904 - in branches/3.2-perltest: . source

jelmer at samba.org jelmer at samba.org
Sun Sep 2 18:18:18 GMT 2007


Author: jelmer
Date: 2007-09-02 18:18:16 +0000 (Sun, 02 Sep 2007)
New Revision: 24904

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

Log:
Fix typo pointed out by Metze
Modified:
   branches/3.2-perltest/
   branches/3.2-perltest/source/Makefile.in


Changeset:

Property changes on: branches/3.2-perltest
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/3.2-perltest/source/Makefile.in
===================================================================
--- branches/3.2-perltest/source/Makefile.in	2007-09-02 17:50:05 UTC (rev 24903)
+++ branches/3.2-perltest/source/Makefile.in	2007-09-02 18:18:16 UTC (rev 24904)
@@ -2106,7 +2106,7 @@
 	@NMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	 SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
 	 VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/st/valgrind.log" \
-	 $$(SELFTEST) --socket-wrapper
+	 $(SELFTEST) --socket-wrapper
 
 testenv: everything
 	$(SELFTEST) --socket-wrapper --testenv



More information about the samba-cvs mailing list