lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3dfe3c0 1/2: Don't try to use arrays in a POS


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3dfe3c0 1/2: Don't try to use arrays in a POSIX shell
Date: Wed, 1 May 2019 21:31:19 -0400 (EDT)

branch: master
commit 3dfe3c049db1915b810aa6a2be13bc3a2a23339c
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't try to use arrays in a POSIX shell
    
    There are ugly workarounds, but they're not worth the trouble. It's
    easy enough to comment one line and uncomment another.
---
 install_msw.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 6cd4a10..9fa7d8b 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -200,9 +200,8 @@ make $coefficiency --output-sync=recurse -f 
install_miscellanea.make
 # it's the one installed to /opt/lmi/bin/ when this script ends.
 export LMI_COMPILER=gcc
 export LMI_TRIPLET
-# triplets=${triplets:-"x86_64-w64-mingw32 i686-w64-mingw32"}
-triplets=${triplets:-"i686-w64-mingw32"}
-for LMI_TRIPLET in "$triplets" ;
+#for LMI_TRIPLET in x86_64-w64-mingw32 i686-w64-mingw32 ;
+for LMI_TRIPLET in i686-w64-mingw32 ;
 do
     make $coefficiency --output-sync=recurse -f install_libxml2_libxslt.make
 



reply via email to

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