From 0416b59b29f100bde848b9898f09fab8f4835932 Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Sun, 18 Feb 2024 13:01:35 -0800
Subject: [PATCH] Update lha command-line to match current *nix and Windows
 releases of lha

The extraction destination directory must be specified with the 'w=' option.

As Fernando Toledo (@Ragnarok) pointed out:
https://gitlab.synchro.net/main/sbbs/-/issues/524#note_4867
---
 ctrl/sbbsecho.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ctrl/sbbsecho.ini b/ctrl/sbbsecho.ini
index 247147246d..5c6efbe0c2 100644
--- a/ctrl/sbbsecho.ini
+++ b/ctrl/sbbsecho.ini
@@ -64,7 +64,7 @@ DefaultRecipient =
 	Sig = 2D6C68
 	SigOffset = 2
 	Pack = lha a %f %s
-	Unpack = lha e %f %s
+	Unpack = lha ew=%s %f
 [archive:ARJ]
 	Sig = 60EA
 	SigOffset = 0
-- 
GitLab