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
1 changed files with 1 additions and 1 deletions

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
;;
*)