1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-13 13:03:58 +00:00

Merge branch 'rasa-add-mingw-msys-support'

This commit is contained in:
Ross Smith II 2018-03-05 07:03:06 -08:00
commit 0362f1bfe6

2
yadm
View File

@ -169,7 +169,7 @@ function alt() {
#; decide if a copy should be done instead of a symbolic link
local do_copy=0
if [[ $OPERATING_SYSTEM =~ (Cygwin|Msys) ]] ; then
if [[ $OPERATING_SYSTEM =~ ^(CYGWIN|MSYS) ]] ; then
if [[ $(config --bool yadm.cygwin-copy) == "true" ]] ; then
do_copy=1
fi