$(MSVCR_DLL) might contain spaces, so we need to quote that sed expression.
authorGuy Harris <guy@alum.mit.edu>
Tue, 6 Jan 2015 20:08:41 +0000 (12:08 -0800)
committerGuy Harris <guy@alum.mit.edu>
Tue, 6 Jan 2015 20:09:24 +0000 (20:09 +0000)
Change-Id: Ia3aca07a5aa8adcc99d17fa559662d79659f46ca
Reviewed-on: https://code.wireshark.org/review/6348
Reviewed-by: Guy Harris <guy@alum.mit.edu>
packaging/nsis/Makefile.nmake

index 29d843624ce1937473b21e34efef146285a4fce3..a2f0e076976cd77e8ad846a007ad1a59a833e427 100644 (file)
@@ -106,7 +106,7 @@ config.nsh: config.nsh.in ..\..\config.nmake
                -e s/@VERSION_BUILD@/$(VERSION_BUILD)/ \
                -e s/@PRODUCT_VERSION@/$(PRODUCT_VERSION)/ \
                -e s/@WTAP_VERSION@/$(WTAP_VERSION)/ \
-               -e s/@MSVCR_DLL@/$(MSVCR_DLL:\=\\)/ \
+               -e "s/@MSVCR_DLL@/$(MSVCR_DLL:\=\\)/" \
                -e s/@VCREDIST_EXE@/$(VCREDIST_EXE:\=\\)/ \
                -e s/@ENABLE_LIBWIRESHARK@/$(ENABLE_LIBWIRESHARK)/ \
 !IFDEF GTK_DIR