1
0
Fork 0
mirror of synced 2024-05-29 05:21:11 -04:00

Merge pull request #91 from luzat/fix-whitespace

This commit is contained in:
Tim Byrne 2017-10-16 17:24:22 -05:00
commit 75e0bf94bb
No known key found for this signature in database
GPG key ID: 14DB4FC2465A4B12

2
yadm
View file

@ -812,7 +812,7 @@ function set_operating_system() {
CYGWIN*)
git_version=$(git --version 2>/dev/null)
if [[ "$git_version" =~ windows ]] ; then
USE_CYGPATH=1
USE_CYGPATH=1
fi
;;
*)