Add missing quote

svn path=/trunk/; revision=28505
This commit is contained in:
Bill Meier 2009-05-27 17:13:07 +00:00
parent 582e9cb3a4
commit 2223888b20
1 changed files with 1 additions and 1 deletions

View File

@ -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