lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 46d19dd 12/12: Resolve all shellcheck "SC2043


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 46d19dd 12/12: Resolve all shellcheck "SC2043" warnings
Date: Sun, 12 May 2019 22:25:17 -0400 (EDT)

branch: master
commit 46d19dd7601cfd51b9130b58fd0fe802c8318610
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Resolve all shellcheck "SC2043" warnings
---
 install_msw.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/install_msw.sh b/install_msw.sh
index 226763e..da6e681 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -195,6 +195,7 @@ make $coefficiency --output-sync=recurse -f 
install_miscellanea.make
 export LMI_COMPILER=gcc
 export LMI_TRIPLET
 #for LMI_TRIPLET in x86_64-w64-mingw32 i686-w64-mingw32 ;
+# shellcheck disable=SC2043
 for LMI_TRIPLET in i686-w64-mingw32 ;
 do
   if [ "Cygwin" = "$platform" ]



reply via email to

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