Bugzilla – Bug 6390
notifications script is not sh compliant
Last modified: 2008-10-15 09:32:40
You need to log in before you can comment on or make changes to this bug.
user reporting the 'dash' shell throws an error for notifications script, this is because the shebang is 'sh' which is a lie, it should be 'bash'. But better will be to make the script 'sh' compliant error: notifications: 21: Syntax error: "(" unexpected workaround is to change shebang line to 'bash'
used bash in shebang for release