Skip to content

fix: improve environment variable loading in lesgo-scripts.sh#123

Open
renesansz wants to merge 1 commit intoreflex-media:masterfrom
renesansz:fix/env-loader
Open

fix: improve environment variable loading in lesgo-scripts.sh#123
renesansz wants to merge 1 commit intoreflex-media:masterfrom
renesansz:fix/env-loader

Conversation

@renesansz
Copy link
Copy Markdown
Collaborator

@renesansz renesansz commented Jan 13, 2026

The Problem: xargs splits the output by whitespace (spaces, tabs, newlines) to construct the arguments for export.

EXAMPLE="Just an example"

Becomes

EXAMPLE="Just"

This fixed the issue where it should read the environment variables as-is.

@renesansz renesansz requested a review from mosufy January 13, 2026 01:16
@renesansz renesansz self-assigned this Jan 13, 2026
Copilot AI review requested due to automatic review settings January 13, 2026 01:16
@renesansz renesansz added the bug Something isn't working label Jan 13, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Development

Successfully merging this pull request may close these issues.

3 participants