From cfd23372587a17a7c8294adfb7d7c3ec4b57a2be Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 16:51:56 +0200
Subject: [PATCH] minor

---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index a90e69e..5f55250 100755
--- a/build.sh
+++ b/build.sh
@@ -84,7 +84,7 @@ run_upx() {
 
 while true; do
     echo -e "\nUPX degrades performances but in the case of acme-downloader it is not noticeable"
-    echo -e "UPX may or may not work for a specific platform (I haven't tried them)\n"
+    echo -e "UPX may or may not work for a specific platform (I haven't tried all the combinations)\n"
     read -p "Do you wish to run upx against ${BIN_NAME}? (y/n) " yn
     case $yn in
     [Yy]*)
-- 
GitLab