diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-11 01:32:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-11 01:32:32 +0300 |
commit | 383c3ab89dca3a25dece6bd0d8aa0e71eec178e4 (patch) | |
tree | e4add9ed4371b8d6b59d74281381331dd84beb3e /src/os.sh | |
parent | +x bin/*.sh (diff) | |
download | config-links-383c3ab89dca3a25dece6bd0d8aa0e71eec178e4.tar.gz config-links-383c3ab89dca3a25dece6bd0d8aa0e71eec178e4.zip |
shellcheck fixes
Diffstat (limited to 'src/os.sh')
-rw-r--r-- | src/os.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,8 +14,8 @@ is_cygwin() { check_symlinks_enabled_cygwin() { case "${CYGWIN-}" in - *winsymlinks:native*) ;; *winsymlinks:nativestrict*) ;; + *winsymlinks:native*) ;; *) dump "native Windows symlinks aren't enabled in Cygwin" >&2 |