From 2223888b207338bfe223fff8a6cbdc08700be7e0 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 27 May 2009 17:13:07 +0000 Subject: [PATCH] Add missing quote svn path=/trunk/; revision=28505 --- Makefile.nmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.nmake b/Makefile.nmake index 81df5f33ea..fc0039ed7f 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -18,7 +18,7 @@ BSCMAKE= bscmake WIN_SETUP=tools\$(WIRESHARK_TARGET_PLATFORM)-setup.sh # Check that the Wireshark libraries are up-to-date -!IF [$(SH) $(WIN_SETUP) --checktag "$(WIRESHARK_LIBS)] != 0 +!IF [$(SH) $(WIN_SETUP) --checktag "$(WIRESHARK_LIBS)"] != 0 !ERROR ? Wireshark Libraries not up-to-date ? !ENDIF