diff options
| author | Doug White <dwhite@FreeBSD.org> | 1999-08-25 01:12:55 +0000 |
|---|---|---|
| committer | Doug White <dwhite@FreeBSD.org> | 1999-08-25 01:12:55 +0000 |
| commit | 722eb6eda096c02ae6e604004491ea4bd963f74f (patch) | |
| tree | d8a080f98b56f0c77af348188ae71f1c1fad3dbf /release/picobsd | |
| parent | bb70475a92cbbb6bbd0ba88a4a8b146e6a4f8e34 (diff) | |
Notes
Diffstat (limited to 'release/picobsd')
| -rwxr-xr-x | release/picobsd/build/stage1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1 index c168eb31dbd2..155750cb4e32 100755 --- a/release/picobsd/build/stage1 +++ b/release/picobsd/build/stage1 @@ -1,6 +1,6 @@ #! /bin/sh - -# $Id: stage1,v 1.9 1999/08/22 21:42:32 dwhite Exp $ +# $Id: stage1,v 1.10 1999/08/23 08:33:08 luigi Exp $ # # stage1 -- this script fills the mfs for the picobsd kernel @@ -183,7 +183,7 @@ if [ -f ${excl} ] ; then excl="--exclude-from ${excl}" echo "Exclude following files from ${excl}:\n===" cat ${excl} - echo "=== + echo "===" else excl="" fi |
