aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-01 16:56:37 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-01 16:56:37 +0000
commit66a56904aee58e8f3f663833596ca6ee75d14d53 (patch)
treee4129ff136727cb8c6f32cc7f166b25bf96c7f69 /Makefile.nmake
parentee1534ac5e5686429a123cd7d59a002afcc661f7 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12639 f5534014-38df-0310-8fa8-9805f1628bb7
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 \