diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:18:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-24 11:18:29 +0100 |
commit | 40b95e145faf8781cbb12215c07a62c846c214fe (patch) | |
tree | 925d1ede98884aff19bfb0c87986be0f438db5b5 /src | |
parent | workflows: upgrade actions (diff) | |
parent | README: update (diff) | |
download | config-links-40b95e145faf8781cbb12215c07a62c846c214fe.tar.gz config-links-40b95e145faf8781cbb12215c07a62c846c214fe.zip |
Merge tag 'v2.0.2' into debian
Diffstat (limited to '')
-rw-r--r-- | src/os.sh | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -5,11 +5,8 @@ # Mostly Cygwin-related stuff -os="$( uname -o )" -readonly os - is_cygwin() { - test "$os" == 'Cygwin' + test "$OSTYPE" == 'cygwin' } check_symlinks_enabled_cygwin() { |