lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 341f8c5 08/16: Move a documentation st


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 341f8c5 08/16: Move a documentation stanza
Date: Wed, 10 Apr 2019 22:15:08 -0400 (EDT)

branch: odd/multiarch
commit 341f8c5d0f15cf0db043ef481f0b794c6772ea8d
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Move a documentation stanza
    
    Incidentally, use ';' rather than ':' as the documentation recommends.
---
 install_msw.sh | 4 +---
 set_arch.sh    | 5 ++++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 513092f..3615f67 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -225,8 +225,6 @@ find /cache_for_lmi/downloads -type f | xargs md5sum
 
 # USE SYMLINKS INSTEAD
 # condition should be cross compilation, not !cygwin
-# 'winepath' doesn't DTRT with '/first/path:/second/path'--need to
-#   run it against each component, and separate results with ';', not ':'
 #if [ "Cygwin" != "$platform" ]
 #then
 #   extrabindir=/opt/lmi/third_party/bin
@@ -234,7 +232,7 @@ find /cache_for_lmi/downloads -type f | xargs md5sum
 #   w0="$(winepath -w "$localbindir" | sed -e's/\\/\\\\/g')"
 #   w1="$(winepath -w "$locallibdir" | sed -e's/\\/\\\\/g')"
 #   w2="$(winepath -w "$extrabindir" | sed -e's/\\/\\\\/g')"
-#   export WINEPATH="$w0;$w1:$w2"
+#   export WINEPATH="$w0;$w1;$w2"
 #fi
 
 echo "$PATH"
diff --git a/set_arch.sh b/set_arch.sh
index b04785c..f4f305e 100755
--- a/set_arch.sh
+++ b/set_arch.sh
@@ -85,12 +85,15 @@ unset -v WINEPATH
 # substitution operators or quotes. The token shall not be
 # delimited by the end of the substitution."
 #
+# 'winepath' doesn't DTRT with '/first/path:/second/path'--need to
+#   run it against each component, and separate results with ';', not ':'
+#
 case "$LMI_BUILD" in
     (*-*-linux*)
         w0="$(winepath -w "$localbindir" | sed -e's/\\/\\\\/g')"
         w1="$(winepath -w "$locallibdir" | sed -e's/\\/\\\\/g')"
         w2="$(winepath -w "$extrabindir" | sed -e's/\\/\\\\/g')"
-        export WINEPATH="$w0;$w1:$w2"
+        export WINEPATH="$w0;$w1;$w2"
         export  PERFORM="wine"
         ;;
 esac



reply via email to

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