[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 9e1bbc0: Improve msw minimal path
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 9e1bbc0: Improve msw minimal path |
Date: |
Thu, 9 May 2019 06:56:55 -0400 (EDT) |
branch: master
commit 9e1bbc00be06235609154e05156851c4c1ee45cf
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Improve msw minimal path
See:
https://lists.nongnu.org/archive/html/lmi/2019-05/msg00032.html
---
install_msw.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/install_msw.sh b/install_msw.sh
index b475247..5a60901 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -40,7 +40,7 @@ minimal_path=${MINIMAL_PATH:-"/usr/bin:/bin:/usr/sbin:/sbin"}
case "$lmi_build_type" in
(*-*-cygwin*)
- minimal_path="$minimal_path:/cygdrive/c/Windows/system32"
+ minimal_path="$minimal_path:$(cygpath --sysdir)"
;;
esac
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lmi-commits] [lmi] master 9e1bbc0: Improve msw minimal path,
Greg Chicares <=