From 350b036b6b932eae1e90fb7b9fb990478295f6d3 Mon Sep 17 00:00:00 2001 From: aclist Date: Sat, 4 Feb 2023 13:16:42 +0900 Subject: [PATCH] fix: change string literal --- dzgui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dzgui.sh b/dzgui.sh index b975b8f..97b6a2a 100755 --- a/dzgui.sh +++ b/dzgui.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o pipefail -version=3.3.0-rc.11 +version=3.3.0-rc.12 aid=221100 game="dayz" @@ -993,7 +993,7 @@ set_header(){ dbl "INS: $install_mode" >> /tmp/dzgui.log dbl "FAV: $fav_label" >> /tmp/dzgui.log dbl "${items[@]}" >> /tmp/dzgui.log - dbl "$steamsafe_zenity --version" >> /tmp/dzgui.log + dbl "$($steamsafe_zenity --version)" >> /tmp/dzgui.log sel=$($steamsafe_zenity --width=1280 --height=800 --list --title="DZGUI" --text="${news}DZGUI $version | Mode: $mode | Branch: $branch | Mods: $install_mode | Fav: $fav_label" \ --cancel-label="Exit" --ok-label="Select" --column="Select launch option" --hide-header "${items[@]}" 2>>/tmp/dzgui.log) fi