[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] odd/multiarch 4608d81 03/10: Remove obsolete comment
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] odd/multiarch 4608d81 03/10: Remove obsolete commentary |
Date: |
Wed, 15 May 2019 17:59:55 -0400 (EDT) |
branch: odd/multiarch
commit 4608d8183bd6a18f2877c573e9b7d998517e551f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Remove obsolete commentary
$LMI_TRIPLET is validated against a set of known-good values, so
mistyping it produces an error message but no side effects.
---
set_arch.sh | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/set_arch.sh b/set_arch.sh
index eabb9b6..c51cd44 100755
--- a/set_arch.sh
+++ b/set_arch.sh
@@ -98,10 +98,7 @@ local winebindir="$prefix"/third_party/bin
# Running a command like this many times:
# export PATH="$localbindir":"$locallibdir":"$PATH"
-# would cause $PATH to grow without bound, and the result would be
-# unreliable because setting paths for "i686..." and then, due to
-# mistyping, to "x64_86" would find 32-bit binaries where 64-bit
-# binaries were hoped for.
+# would cause $PATH to grow without bound.
#
# The default non-lmi portion of this $PATH is, as always, debatable;
# debian's default in '/etc/login.defs' adds silly 'games' directories
- [lmi-commits] [lmi] odd/multiarch updated (992aef4 -> da7b85f), Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch a0da26f 09/10: Avert shellcheck SC2140 warning, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch da7b85f 10/10: Rename set_arch.sh -> set_toolchain.sh, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch 4608d81 03/10: Remove obsolete commentary,
Greg Chicares <=
- [lmi-commits] [lmi] odd/multiarch 068f52e 06/10: Improve documentation, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch 48c0186 08/10: Rephrase for clarity, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch fd0b947 07/10: Improve diagnostics, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch e95d62e 02/10: Improve documentation, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch 98e00a5 05/10: Explain why one variable is unset while another is exported, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch cfc2bad 01/10: Prefer xz to bzip2, Greg Chicares, 2019/05/15
- [lmi-commits] [lmi] odd/multiarch adf0725 04/10: Validate $LMI_COMPILER as well as $LMI_TRIPLET, Greg Chicares, 2019/05/15