From 521470b58c4127ae615be17bbef1ef565d7d665c Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Tue, 13 Nov 2007 15:19:35 +0000 Subject: correct a minor bug when printing the list of files excluded. This does not prevent the build but it is nicer to do it right. (the problem affects also HEAD and RELENG_7 but there is probably a lot more to be fixed there in order to produce buildable picobsd images). --- release/picobsd/build/picobsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd index 62acc9fb886b..72a915b20ae4 100755 --- a/release/picobsd/build/picobsd +++ b/release/picobsd/build/picobsd @@ -491,8 +491,8 @@ populate_floppy_fs() { # OK excl=${MY_TREE}/floppy.tree.exclude if [ -f ${excl} ] ; then - excl="--exclude-from ${excl}" log "Files excluded from generic tree: `echo;cat ${excl}`" + excl="--exclude-from ${excl}" else excl="" fi -- cgit v1.3