From 61190595d5b43d281760a48ada5d72ba793cb888 Mon Sep 17 00:00:00 2001 From: Valko Laszlo Date: Tue, 14 Nov 2017 08:34:33 +0100 Subject: [PATCH] Fixed QuietUninstallString handling --- pkgtool.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgtool.pm b/pkgtool.pm index f7ab0fe..ba1f962 100644 --- a/pkgtool.pm +++ b/pkgtool.pm @@ -659,7 +659,7 @@ sub read_packages ($$$$) ReleaseType => $reltype, Type => $wow6432 ? 'wow6432' : 'normal', Uninstall => $uninst, - QUninstall => $uninst, + QUninstall => $quninst, UserPackage => $userdata }; $$packages{$name} = $inst;