summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2018-03-07 07:34:07 +0000
committerrillig <rillig@pkgsrc.org>2018-03-07 07:34:07 +0000
commit3a80841a8b524ba952e7973be5153050af84d889 (patch)
tree3c9fcd73d9609f791b0ce823fcd04defa4aa7364 /bootstrap/bootstrap
parentad358667f381c8f5cae13eb7beece2a2439476e6 (diff)
downloadpkgsrc-3a80841a8b524ba952e7973be5153050af84d889.tar.gz
bootstrap: don't output "Hopefully" when bootstrap finishes
The pkgsrc bootstrap has been used long enough to be more self-confident.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 1 insertions, 2 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index eea789ee4fc..8def6e72fc6 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.247 2018/02/03 09:53:03 bsiegert Exp $
+# $NetBSD: bootstrap,v 1.248 2018/03/07 07:34:07 rillig Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -1381,7 +1381,6 @@ fi
echo "You can find extensive documentation of the NetBSD Packages Collection"
echo "in $pkgsrcdir/doc/pkgsrc.txt."
echo ""
-echo "Hopefully everything is now complete."
echo "Thank you for using pkgsrc!"
echo ""
echo "$hline"