From 47a598528702b7973a0e354cecde371c85372694 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Fri, 17 Apr 2026 18:51:09 -0400 Subject: [PATCH] fix(setup): Purge trailing whitespace breaking line continuation --- opencortex.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencortex.sh b/opencortex.sh index 28724e9..dbd52f2 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -179,7 +179,7 @@ if [[ "$1" == "--boot" ]]; then fi done < "$SCRIPT_DIR/.env" fi - + # Force absolute paths for core system directories export SKILLS_DIR="${SCRIPT_DIR}/skills" [ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex" @@ -208,7 +208,7 @@ if [[ "$1" == "tui" ]]; then # Launch TUI echo -e "${BLUE}Launching Croatoan TUI...${NC}" - + # Force absolute paths for core system directories export SKILLS_DIR="${SCRIPT_DIR}/skills" [ -z "$MEMEX_DIR" ] && export MEMEX_DIR="$HOME/memex"