From d0de2974d8d16c7ba810f92d82ccfd80adf37cc2 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:44:50 +0900 Subject: [PATCH] fix: emit heredoc directly --- dzgui.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index c6b8a16..53dd4f2 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1094,7 +1094,7 @@ uninstall(){ } usage(){ -read -r -d '' helptext <<- EOM +cat <<- EOM DZGUI - Free and Open Source DayZ launcher Usage: @@ -1116,7 +1116,6 @@ Options: -h, --help: Prints this message EOM -echo "$helptext" } main(){