From edfcb32c143e49cace677fe7a12b73f2c364f4b0 Mon Sep 17 00:00:00 2001 From: Roy <88516395+moraroy@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:41:54 -0700 Subject: [PATCH] Enable pipefail option for error handling --- NonSteamLaunchers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonSteamLaunchers.sh b/NonSteamLaunchers.sh index 7be0a14..c8ff8d1 100755 --- a/NonSteamLaunchers.sh +++ b/NonSteamLaunchers.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -x # activate debugging (execution shown) -#set -o pipefail # capture error from pipes +set -o pipefail # capture error from pipes # ENVIRONMENT VARIABLES # Get the logged-in user, fallback to whoami if needed