aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 22:53:18 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2010-10-04 22:53:18 +0000
commit6c268350354c6a0c122fd4d8f9a3aec3ae60898d (patch)
tree36d4e80fdf604cb3b7fd312965c696d7c95beac6 /Makefile.nmake
parent0a71f15b83ff0b8d2c5f0d2ddb953ff7cd7b8bb7 (diff)
Try to make r34375 work every time
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34378 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index a7fbc550e7..3fbb3260ff 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -895,7 +895,7 @@ clean_setup:
rm -r -f upx303w
rm -r -f GeoIP-1.4.5ws
rm -r -f GeoIP-1.4.6-win??ws
- cd $(ORIGDIR)
+ cd "$(ORIGDIR)"
################################################################################
# Prepare the debug trees for running Wireshark/Tshark from there.