From 9d0000a95e3f5cb9390fd57c3bbccb9c3a87c7b1 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sun, 4 Jun 2017 09:38:49 +0200 Subject: [PATCH] Fixing source for Win detection in bug #164. --- dist/1-dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/1-dist.sh b/dist/1-dist.sh index 043efcf..1c18e4f 100755 --- a/dist/1-dist.sh +++ b/dist/1-dist.sh @@ -28,7 +28,7 @@ else fi # detect Bash@Ubuntu@Windows -export VENDOR_FILE=/proc/vendor +export VENDOR_FILE=/proc/version export HINT_FILE=/tmp/hh-ms-wsl if [ -e "${VENDOR_FILE}" ]