shaal / DrupalPod

Start Drupal contributions with 1 click.
https://shaal.github.io/DrupalPod
MIT License
163 stars 55 forks source link

Scripting bugs: `export: `': not a valid identifier` #129

Closed rfay closed 1 year ago

rfay commented 1 year ago

Describe the bug

Doing the (apparently successful) procedure described in

I see these in the output:

.gitpod/utils/set-base-environment.sh: line 7: export:': not a valid identifier`

.gitpod/drupal/drupalpod-setup.sh: line 15: export:': not a valid identifier`

Full output at https://gist.github.com/rfay/3a29000e96f3e87459a2792603ac3376

To Reproduce

I'm pretty sure this is happening all the time.

What I did was use a new github/gitpod account called drud-monitoring-machine account and went through the procedure in #124

Expected behavior

No errors or complaints

shaal commented 1 year ago

Fixed by PR https://github.com/shaal/DrupalPod/pull/133