aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2004-12-01 16:56:37 +0000
committerGerald Combs <gerald@wireshark.org>2004-12-01 16:56:37 +0000
commit1007a85912c24103d6f986e2f41f6825ee73b5a2 (patch)
treee4129ff136727cb8c6f32cc7f166b25bf96c7f69 /Makefile.nmake
parent679479be68b0a59758ffefa420fbb60d3138e1dd (diff)
If bash is run as a non-login shell, it doesn't read /etc/profile. Under
Cygwin this has the side effect of making the Windows "find" command appear first in the path instead of Cygwin's "find" command. Call /usr/bin/find explicitly in win32-setup.sh. svn path=/trunk/; revision=12639
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 414d63ebb8..7abae95438 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -386,6 +386,7 @@ REQUIRED_TOOLS=\
$(YACC) \
$(LEX) \
grep \
+ /usr/bin/find \
$(PERL) \
$(PYTHON) \
sed \