pdsinterop / solid-nextcloud

A plugin to make Nextcloud compatible with Solid
https://pdsinterop.org/solid-nextcloud/
MIT License
71 stars 11 forks source link

Allow running in bash on mac #133

Closed michielbdejong closed 9 months ago

Potherca commented 9 months ago

This violates ShellChecks SC2006 imparative.

If $(...) command substitution does not work in an environment, we might be better served by resolving the environment instead of degrading the quality of the shell script.

For instance, MacOS has the tendency to ship older (outdated) versions of BASH (v3 or even v2).

This issue might be resolved by updating the used bash version.