summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-30 12:58:53 +0000
committerSam James <sam@gentoo.org>2022-06-30 12:58:53 +0000
commit74526e8c2f68396a50d90d462b088ea67bc6c832 (patch)
treee18aebb9d6f6b2d93a11614cecf4cec76c51483f
parentbootstrap-prefix.sh: style cleanups (diff)
downloadprefix-74526e8c.tar.gz
prefix-74526e8c.tar.bz2
prefix-74526e8c.zip
bootstrap-prefix.sh: fix LD_LIBRARY_PATH check typo
Signed-off-by: Sam James <sam@gentoo.org>
-rwxr-xr-xscripts/bootstrap-prefix.sh2
1 files changed, 1 insertions, 1 deletions
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!"