diff options
author | Bill Meier <wmeier@newsguy.com> | 2009-05-27 17:13:07 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2009-05-27 17:13:07 +0000 |
commit | 2223888b207338bfe223fff8a6cbdc08700be7e0 (patch) | |
tree | 660531462b8255aad20c79f0477d4446591e56ea /Makefile.nmake | |
parent | 582e9cb3a4ac4a5806c9c71e923b5988818ac52a (diff) | |
download | wireshark-2223888b207338bfe223fff8a6cbdc08700be7e0.tar.gz wireshark-2223888b207338bfe223fff8a6cbdc08700be7e0.tar.bz2 wireshark-2223888b207338bfe223fff8a6cbdc08700be7e0.zip |
Add missing quote
svn path=/trunk/; revision=28505
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |