PERFORCE change 87386 for review

soc-andrew soc-andrew at FreeBSD.org
Mon Nov 28 22:12:11 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=87386

Change 87386 by soc-andrew at soc-andrew_serv on 2005/11/28 22:11:51

	Add a missing `,'.
	Note change 87345 also unhocked the C backend and libinstaller

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#6 edit

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/contrib/bsdinstaller/backend/lua/lib/target_system.lua#6 (text+ko) ====

@@ -415,7 +415,7 @@
 				cmds:add{
 				    cmdline = "${root}${TAR} -f " ..
 					"${root}usr/${uname}/${dir}/${src}.${dist_suffix}" ..
-					"-x -C ${root}${base}${dest}"
+					"-x -C ${root}${base}${dest}",
 				    replacements = {
 					base = base,
 					src  = src,


More information about the p4-projects mailing list