From ef3fffca47a179dbf87d664fdb1a511be79b1311 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:04:29 +0900 Subject: [PATCH] change: use printf --- helpers/funcs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/funcs b/helpers/funcs index 8d4faec..5df388a 100755 --- a/helpers/funcs +++ b/helpers/funcs @@ -343,7 +343,7 @@ list_mods(){ local base_dir local size if [[ -z $(installed_mods) ]] || [[ -z $(find $workshop_dir -maxdepth 2 -name "*.cpp" | grep .cpp) ]]; then - echo "No mods currently installed or incorrect path set." + printf "No mods currently installed or incorrect path set." logger WARN "Found no locally installed mods" return 1 else