Skip to content

Commit

Permalink
remove msys
Browse files Browse the repository at this point in the history
  • Loading branch information
geewee committed Jan 7, 2020
1 parent b185ce0 commit b43e9f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pre-commit-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ if [[ "$OSTYPE" == "msys"* ]]; then
elif [[ "$OSTYPE" == "cygwin" ]]; then
#Cygwin terminal emulator
./.git/hooks/resharper/cleanupcode.exe --profile="Built-in: Reformat Code" ./OAI.sln --include="$INCLUDE_STRING"
elif [[ "$OSTYPE" == "msys" ]]; then
./.git/hooks/resharper/cleanupcode.exe --profile="Built-in: Reformat Code" ./OAI.sln --include="$INCLUDE_STRING"
else
sh ./.git/hooks/resharper/cleanupcode.sh --profile="Built-in: Reformat Code" ./OAI.sln --include="$INCLUDE_STRING"
fi
Expand Down

0 comments on commit b43e9f8

Please sign in to comment.