Update NonSteamLaunchers.sh

This commit is contained in:
Roy 2024-03-14 11:31:36 -07:00 committed by GitHub
parent 0af460c985
commit 2eac09530c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
⁸#!/usr/bin/env bash #!/usr/bin/env bash
set -x # activate debugging (execution shown) set -x # activate debugging (execution shown)
set -o pipefail # capture error from pipes set -o pipefail # capture error from pipes
@ -105,7 +105,7 @@ for arg in "${args[@]}"; do
fi fi
#End of Download Modules #End of Download Modules
fi fi
fi done