summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authordwhite <dwhite@FreeBSD.org>1999-08-25 01:12:55 +0000
committerdwhite <dwhite@FreeBSD.org>1999-08-25 01:12:55 +0000
commite0240141eefab7335b1bf70db3be609e38dfaeb2 (patch)
treeae8b6ab16f5561c060dc62e1a54c564d6fcfa623 /release
parent646bc618b88097abd3258964ce7cfb064fb9efa5 (diff)
downloadFreeBSD-src-e0240141eefab7335b1bf70db3be609e38dfaeb2.zip
FreeBSD-src-e0240141eefab7335b1bf70db3be609e38dfaeb2.tar.gz
Add missing quote.
Diffstat (limited to 'release')
-rwxr-xr-xrelease/picobsd/build/stage14
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/build/stage1 b/release/picobsd/build/stage1
index c168eb3..155750c 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
OpenPOWER on IntegriCloud