commit: 74526e8c2f68396a50d90d462b088ea67bc6c832
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 12:58:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 12:58:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=74526e8c
bootstrap-prefix.sh: fix LD_LIBRARY_PATH check typo
Signed-off-by: Sam James <sam <AT> gentoo.org>
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 d170bf8706..fbf7af3b68 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -3357,7 +3357,7 @@ then
exit 1
fi
-if [[ -n ${LD_LIBARY_PATH} || -n ${DYLD_LIBRARY_PATH} ]] ; then
+if [[ -n ${LD_LIBRARY_PATH} || -n ${DYLD_LIBRARY_PATH} ]] ; then
eerror "EEEEEK! You have LD_LIBRARY_PATH or DYLD_LIBRARY_PATH set"
eerror "in your environment. This is a guarantee for TROUBLE."
eerror "Cowardly refusing to operate any further this way!"