diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2007-11-13 15:19:35 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2007-11-13 15:19:35 +0000 |
| commit | 521470b58c4127ae615be17bbef1ef565d7d665c (patch) | |
| tree | f22a94407d9afb8590250d8503ea09b1ded27dfa /release | |
| parent | 43214e50cf00654ef660de22217416debd466e2c (diff) | |
Notes
Diffstat (limited to 'release')
| -rwxr-xr-x | release/picobsd/build/picobsd | 2 |
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 |
