mock/src mock.c,1.2,1.3

John Clark Williams (jcwillia) fedora-extras-commits at redhat.com
Thu Jan 4 16:10:59 UTC 2007


Author: jcwillia

Update of /cvs/fedora/mock/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10993/src

Modified Files:
	mock.c 
Log Message:
merged mock-0-6-branch fixes into HEAD


Index: mock.c
===================================================================
RCS file: /cvs/fedora/mock/src/mock.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mock.c	8 Sep 2006 17:37:14 -0000	1.2
+++ mock.c	4 Jan 2007 16:10:54 -0000	1.3
@@ -139,7 +139,7 @@
 
 	// set up a new argv/argc
 	//     new argv[0] will be "/usr/bin/python"
-	//     new argv[1] will be "/usr/bin/mock.py"
+	//     new argv[1] will be "/usr/libexec/mock.py"
 	//     remainder of new argv will be old argv[1:n]
 	//     allocate one extra for null at end
 	newargc = argc + 1;




More information about the scm-commits mailing list