commit: 7874d8a7cfa074967cd5a2970f36c7754002c380
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 08:56:48 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 08:56:48 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7874d8a7
scripts/bootstrap-prefix: fix typo
scripts/bootstrap-prefix.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index cf910a1854..07905d21ef 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -9,7 +9,7 @@ einfo() { echo "* $*"; }
if [[ ! ${BASH_VERSION:-0} == 4.[23456789]* ]]; then
eerror "This script requires GNU bash 4.2 or newer to run."
- eerorr "You are using ${BASH} which is ${BASH_VERSION}"
+ eerror "You are using ${BASH} which is ${BASH_VERSION}"
eerror "If you don't have a newer one, please bootstrap bash 4.2 first:"
eerror " https://wiki.gentoo.org/wiki/Project:Prefix/Bootstrap"
eerror "You can prepend a better bash's location to your PATH, or call"