forsyde / forsyde-shell

A shell environment for all ForSyDe tools
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix bash incompatibilities between Debian and OS X #3

Closed ugeorge closed 7 years ago

ugeorge commented 7 years ago

In order to efficiently port to OSX (see #2 ) I need to try to avoid features like sed or associative arrays and such.

This approach would benefit from a slight redesign of the tool such that it builds an intermediate configuration, based on which it creates the script, instead of editing the existing script while new features are added.