Actions
Bug #6169
closedBug #6168: ncf API hooks fails because it uses bashism but declares using shell
Error management code is a bashism
Bug #6169:
Error management code is a bashism
Status:
Released
Priority:
N/A
Assignee:
Matthieu CERDA
Category:
Web - Technique editor
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
The error management code introduced in #5866 is a bashism.
Since we are on the server, we can require bash to be present, so we should call it instead of sh.
Actions