Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nesting Variables do not work for me on a raspberry #571

Open
ecxod opened this issue Jun 18, 2024 · 0 comments
Open

Nesting Variables do not work for me on a raspberry #571

ecxod opened this issue Jun 18, 2024 · 0 comments

Comments

@ecxod
Copy link

ecxod commented Jun 18, 2024

I tried to do things like this :

LA="de"
COUNTRY="DE"
LANG="${LA}_${COUNTRY}"
CHARSET="UTF-8"
LC_CTYPE="${LANG}@${CHARSET}"

and it does not work on my raspberry
the variables are simply not loaded.

But things like this :

LA="de"
COUNTRY="DE"
LANG="de_DE"
CHARSET="UTF-8"
LC_CTYPE="de_DE@UTF-8"

work without problems on raspberry

on a normal Linux box both versions work.

Is there some requirement missing on the raspberry?
how can I put phpdotenv in debug mode or see the phpdotenvs log files ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant