From 3ccd91c320525853f34963d30d209b407d8c07c3 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 23 Jan 2025 11:23:22 +0900 Subject: [PATCH] GOBAL: added a check to see if global is already being sourced --- functions/global.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/global.sh b/functions/global.sh index d31fabd6..0c21dbd7 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -235,3 +235,5 @@ fi logs_folder="$rdhome/logs" # The path of the logs folder, here we collect all the logs steamsync_folder="$rdhome/.sync" # Folder containing all the steam sync launchers for SRM steamsync_folder_tmp="$rdhome/.sync-tmp" # Temp folder containing all the steam sync launchers for SRM + +export GLOBAL_SOURCED=true \ No newline at end of file