mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-14 19:07:57 +08:00
Fixing source for Win detection in bug #164.
This commit is contained in:
parent
8e85439aa9
commit
9d0000a95e
1 changed files with 1 additions and 1 deletions
2
dist/1-dist.sh
vendored
2
dist/1-dist.sh
vendored
|
@ -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}" ]
|
||||
|
|
Loading…
Reference in a new issue