FreeBSD Bugzilla – Attachment 145055 Details for
Bug 192178
[patch] Missing files in NanoBSD image due to missing trailing / in nanobsd.sh
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
nanobsd.gitignore.issue.patch
nanobsd.gitignore.patch (text/plain), 831 bytes, created by
Jason Unovitch
on 2014-07-27 23:59:25 UTC
(
hide
)
Description:
nanobsd.gitignore.issue.patch
Filename:
MIME Type:
Creator:
Jason Unovitch
Created:
2014-07-27 23:59:25 UTC
Size:
831 bytes
patch
obsolete
>Index: tools/nanobsd/nanobsd.sh >=================================================================== >--- tools/tools/nanobsd/nanobsd.sh (revision 268881) >+++ tools/tools/nanobsd/nanobsd.sh (working copy) >@@ -464,7 +464,7 @@ > if [ -n "${dir}" -a -d "${dir}" ]; then > echo "Populating ${lbl} from ${dir}" > cd ${dir} >- find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -dumpv ${mnt} >+ find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio -dumpv ${mnt} > fi > df -i ${mnt} > nano_umount ${mnt} >@@ -733,7 +733,7 @@ > > cust_install_files () ( > cd ${NANO_TOOLS}/Files >- find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)' | cpio -Ldumpv ${NANO_WORLDDIR} >+ find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio -Ldumpv ${NANO_WORLDDIR} > ) > > #######################################################################
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 192178
: 145055