]> granicus.if.org Git - libjpeg-turbo/commitdiff
release/installer.nsi.in: Remove extraneous quotes
authorDRC <information@libjpeg-turbo.org>
Fri, 23 Mar 2018 16:04:45 +0000 (11:04 -0500)
committerDRC <information@libjpeg-turbo.org>
Fri, 23 Mar 2018 16:04:45 +0000 (11:04 -0500)
These don't seem to affect anything, because $INSTDIR is already quoted
per 25758055ac74db8edb0486c256fe11539086498f.

release/installer.nsi.in

index 02db342a8a7d0f6b6705a89fbf3e8c384b813f0d..b804f5700585269db634ba6ce451a67aa4b9a794 100755 (executable)
@@ -115,10 +115,10 @@ Section "Uninstall"
        Delete $INSTDIR\bin\libjpeg-@SO_MAJOR_VERSION@.dll
        Delete $INSTDIR\bin\libturbojpeg.dll
        Delete $SYSDIR\libturbojpeg.dll
-       Delete $INSTDIR\lib\libturbojpeg.dll.a"
-       Delete $INSTDIR\lib\libturbojpeg.a"
-       Delete $INSTDIR\lib\libjpeg.dll.a"
-       Delete $INSTDIR\lib\libjpeg.a"
+       Delete $INSTDIR\lib\libturbojpeg.dll.a
+       Delete $INSTDIR\lib\libturbojpeg.a
+       Delete $INSTDIR\lib\libjpeg.dll.a
+       Delete $INSTDIR\lib\libjpeg.a
 !else
        Delete $INSTDIR\bin\jpeg@SO_MAJOR_VERSION@.dll
        Delete $INSTDIR\bin\turbojpeg.dll
@@ -137,11 +137,11 @@ Section "Uninstall"
        Delete $INSTDIR\bin\tjbench.exe
        Delete $INSTDIR\bin\rdjpgcom.exe
        Delete $INSTDIR\bin\wrjpgcom.exe
-       Delete $INSTDIR\include\jconfig.h"
-       Delete $INSTDIR\include\jerror.h"
-       Delete $INSTDIR\include\jmorecfg.h"
-       Delete $INSTDIR\include\jpeglib.h"
-       Delete $INSTDIR\include\turbojpeg.h"
+       Delete $INSTDIR\include\jconfig.h
+       Delete $INSTDIR\include\jerror.h
+       Delete $INSTDIR\include\jmorecfg.h
+       Delete $INSTDIR\include\jpeglib.h
+       Delete $INSTDIR\include\turbojpeg.h
        Delete $INSTDIR\uninstall_@VERSION@.exe
        Delete $INSTDIR\doc\README.ijg
        Delete $INSTDIR\doc\README.md