# HG changeset patch # User Oleksandr Gavenko # Date 1312749179 -10800 # Node ID 517623c39dac11aca936a2f6f91e8e819607bae5 # Parent c745f917fce200da712be5a7ccec90a753bc1aa1 Add work-around for PATH. Under Windows find.exe going in collision with Cygwin and %WINDIR%/sysem32. diff -r c745f917fce2 -r 517623c39dac Makefile --- a/Makefile Sun Aug 07 23:23:09 2011 +0300 +++ b/Makefile Sun Aug 07 23:32:59 2011 +0300 @@ -1,4 +1,5 @@ SHELL = /bin/sh +export PATH := /bin:/usr/bin:${PATH} .PHONY: all all: