summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-02-06 05:54:17 +0000
committerobache <obache@pkgsrc.org>2010-02-06 05:54:17 +0000
commitd0bd59d5994bcaa0dafdb3ebd7d57b2f5eb3039e (patch)
tree5c74cb1da904504d8e4eaf2b996f940cdaf94d06 /bootstrap
parent4a043631d2acb9d4dd541d44ee99b1b4201aecb1 (diff)
downloadpkgsrc-d0bd59d5994bcaa0dafdb3ebd7d57b2f5eb3039e.tar.gz
remove redundant period in message, part of PR#41130.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index d09edf5f103..43a5b4e66f2 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.154 2010/02/06 05:51:50 obache Exp $
+# $NetBSD: bootstrap,v 1.155 2010/02/06 05:54:17 obache Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -807,7 +807,7 @@ VARBASE=$varbase; export VARBASE
# set up an example mk.conf file
TARGET_MKCONF=${wrkdir}/mk.conf.example
-echo_msg "Creating default mk.conf. in ${wrkdir}"
+echo_msg "Creating default mk.conf in ${wrkdir}"
echo "# Example ${sysconfdir}/mk.conf file produced by bootstrap-pkgsrc" > ${TARGET_MKCONF}
echo "# `date`" >> ${TARGET_MKCONF}
echo "" >> ${TARGET_MKCONF}