From d09a765b3cd894bc6ee3ab3c21f4e5a65ae350ed Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 3 Nov 2001 16:54:25 +0000
Subject: [PATCH] Updated for Linux support (unzip is in /usr/bin)

---
 exec/unzip | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/exec/unzip b/exec/unzip
index 01e6396c5e..988fe3bc18 100644
--- a/exec/unzip
+++ b/exec/unzip
@@ -1,2 +1,3 @@
 #!/bin/sh
-/usr/local/bin/unzip $@
\ No newline at end of file
+#/usr/local/bin/unzip $@
+/usr/bin/unzip $@
-- 
GitLab