lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 196a436 1/2: Expunge a nonexistent dir


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 196a436 1/2: Expunge a nonexistent directory component
Date: Wed, 1 May 2019 17:45:16 -0400 (EDT)

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

    Expunge a nonexistent directory component
    
    Made the offending line match trunk, which was already correct.
---
 install_msw.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_msw.sh b/install_msw.sh
index 9e3e2a1..da7241c 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -221,7 +221,7 @@ do
     if [ "Cygwin" = "$platform" ]
     then
         # No lmi binary should depend on any Cygwin library.
-        for z in /opt/lmi/"${LMI_COMPILER}_${LMI_TRIPLET}"/bin/* ;
+        for z in /opt/lmi/bin/* ;
           do cmd /c "$CYGCHECK $z" 2>&1 | grep --silent cygwin \
             && printf '\ncygcheck %s\n' "$z" && cmd /c "$CYGCHECK $z" ;
           done



reply via email to

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