From 2eac09530c704f57c21dd055e0d42926fe411fb9 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:31:36 -0700 Subject: [PATCH] Update NonSteamLaunchers.sh --- NonSteamLaunchers.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index d0483ae..6414208 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1,4 +1,4 @@ -⁸#!/usr/bin/env bash +#!/usr/bin/env bash set -x # activate debugging (execution shown) set -o pipefail # capture error from pipes @@ -105,7 +105,7 @@ for arg in "${args[@]}"; do fi #End of Download Modules fi -fi + done