]> 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 17:10:09 +0000 (12:10 -0500)
These don't seem to affect anything, because $INSTDIR is already quoted
per 25758055ac74db8edb0486c256fe11539086498f.

release/libjpeg-turbo.nsi.in

index 6fd1a809fc4ed26999b78b69b73dbdea1b80ad4e..edfbe5a8338f3daf18328488620ec15c98f2c82f 100755 (executable)
@@ -113,10 +113,10 @@ Section "Uninstall"
        Delete $INSTDIR\bin\libjpeg-@DLL_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@DLL_VERSION@.dll
        Delete $INSTDIR\bin\turbojpeg.dll
@@ -135,11 +135,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