lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 87d0510b 3/5: Improve documentation slightly


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 87d0510b 3/5: Improve documentation slightly
Date: Fri, 3 Mar 2023 09:35:43 -0500 (EST)

branch: master
commit 87d0510bb979ae1fcc358f38bb78e3a48446132e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation slightly
---
 install_msw.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 24c9bfe6..b80b585d 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -55,7 +55,7 @@ fi
 
 lmi_build_type=$(/usr/share/misc/config.guess)
 
-# This should work with a rather minimal path.
+# This is designed to work with a rather minimal path.
 
 minimal_path=${MINIMAL_PATH:-"/usr/bin:/bin:/usr/sbin:/sbin"}
 
@@ -300,8 +300,8 @@ do
 
     printf 'Building %s with %s for %s.\n' "lmi" "$LMI_COMPILER" "$LMI_TRIPLET"
 
-    # Set a minimal path for makefiles and scripts that are
-    # designed to be independent of lmi's runtime path.
+    # Set a minimal path for makefiles and scripts that are designed
+    # to be independent of lmi's runtime path.
     export PATH="$minimal_path"
 
     ./install_xml_libraries.sh



reply via email to

[Prev in Thread] Current Thread [Next in Thread]