From 902140d49b79883dd9f80c71c5d53f2ebe59b6ae Mon Sep 17 00:00:00 2001 From: Lukasz Sobala <61153692+lukaszsobala@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:47:00 +0100 Subject: [PATCH] fix typo --- apps/Wine (x86)/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Wine (x86)/install-32 b/apps/Wine (x86)/install-32 index 1ffbc6cae3..2e3f8d809f 100755 --- a/apps/Wine (x86)/install-32 +++ b/apps/Wine (x86)/install-32 @@ -567,7 +567,7 @@ fi #end of if statement that only runs if this script was started when there was export W_OPT_UNATTENDED=1 #Avoid opening any dialog windows; install everything in unattended mode installed="\$(WINETRICKS_SUPER_QUIET=1 winetricks -q list-installed 2>/dev/null)" -for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005sp1 vcrun2008 ;do +for i in mfc42 vcrun6 vcrun2003 fontfix corefonts gdiplus msxml3 vcrun2005 vcrun2008 ;do echo status -n "Installing \$i with winetricks..." if echo "\$installed" | grep -qFx "\$i" ;then