aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorLuigi Rizzo <luigi@FreeBSD.org>2007-11-13 15:19:35 +0000
committerLuigi Rizzo <luigi@FreeBSD.org>2007-11-13 15:19:35 +0000
commit521470b58c4127ae615be17bbef1ef565d7d665c (patch)
treef22a94407d9afb8590250d8503ea09b1ded27dfa /release
parent43214e50cf00654ef660de22217416debd466e2c (diff)
Notes
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/picobsd2
1 files changed, 1 insertions, 1 deletions
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