disable cygwin warnings
This commit is contained in:
parent
ca66b64056
commit
3b87732166
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
|
|||
# Run a command in the cygwin environment.
|
||||
incygwin () {
|
||||
PATH="/c/cygwin/bin:$PATH" "$@"
|
||||
nodosfilewarning=1
|
||||
}
|
||||
|
||||
# Install haskell dependencies.
|
||||
|
|
Loading…
Reference in a new issue