lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] odd/multiarch 0b84df9 3/5: Don't export variables no


From: Greg Chicares
Subject: [lmi-commits] [lmi] odd/multiarch 0b84df9 3/5: Don't export variables not used by any child process
Date: Mon, 15 Apr 2019 19:53:44 -0400 (EDT)

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

    Don't export variables not used by any child process
---
 install_msw.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/install_msw.sh b/install_msw.sh
index 9fedb36..85b6b3a 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -47,7 +47,6 @@ fi
 
 lmi_build_type=$(/usr/share/libtool/build-aux/config.guess)
 
-export platform
 case "$lmi_build_type" in
     (*-*-cygwin*)
         platform=Cygwin
@@ -110,7 +109,6 @@ then
     # Cf.:
     #   https://lists.nongnu.org/archive/html/lmi/2016-01/msg00092.html
     CYGCHECK=$(cygpath --mixed /usr/bin/cygcheck)
-    export CYGCHECK
     cmd /c "$CYGCHECK" -s -v -r | tr --delete '\r'
 
     # 'core.fileMode' rationale:



reply via email to

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