Date: Thu, 13 Nov 2014 13:32:39 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 194993] New: [patch][doc] Jail build command fix (FreeBSD 9.x and newer) Message-ID: <bug-194993-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194993 Bug ID: 194993 Summary: [patch][doc] Jail build command fix (FreeBSD 9.x and newer) Product: Documentation Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: alex@kaworu.ch Created attachment 149377 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D149377&action= =3Dedit fix jail creation userinput for >=3D 9.x There are typos at the "To install everything but the kernel" command. The first issue is that a subshell is open but never closed, and the second iss= ue is that the `do =E2=80=A6 done;' block is not closed. The patch attached remove the use of a subshell (since `-C $DESTDIR` doesn't cd) and close the loop block. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194993-9>