Closed EmilienM closed 3 years ago
Not every system runs bash by default (e.g. systems provided by Github CI), so if we want the commands to run fine (e.g. echo -e) we need to force the SHELL to be bash.
echo -e
Not every system runs bash by default (e.g. systems provided by Github CI), so if we want the commands to run fine (e.g.
echo -e
) we need to force the SHELL to be bash.