You've already forked OpenUxAS-bootstrap
mirror of
https://github.com/AdaCore/OpenUxAS-bootstrap.git
synced 2026-02-12 13:07:23 -08:00
* Rename setenv to printenv This is done for anod internally and seems much more clear than `setenv` (given that it doesn't actually set anything). Options to print the environment for the installer are also modified to `--printenv` which is consistent with internal anod. Clean up the output of install - specifically, have it give a correct set of commands to add to the .profile. Finally, use the better (safer) syntax for the eval, so the user can get used to it.