Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2005 22:12:10 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87386 for review
Message-ID:  <200511282212.jASMCAo6024732@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87386

Change 87386 by soc-andrew@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,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511282212.jASMCAo6024732>