This commit is contained in:
Joey Hess 2013-05-17 13:38:40 -04:00
parent 3b87732166
commit cfae7841a4

View file

@ -15,6 +15,7 @@ PATH="$HP/bin:$HP/lib/extralibs/bin:$PATH"
incygwin () { incygwin () {
PATH="/c/cygwin/bin:$PATH" "$@" PATH="/c/cygwin/bin:$PATH" "$@"
nodosfilewarning=1 nodosfilewarning=1
export nodosfilewarning
} }
# Install haskell dependencies. # Install haskell dependencies.