mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Use exit-status macros for compatibility 1/3
This commit is contained in:
parent
bd8897686a
commit
dbc0c54ced
6 changed files with 22 additions and 23 deletions
|
|
@ -52,7 +52,7 @@ foreach (json_decode ($json, true) as $b) {
|
|||
|
||||
if (count ($doc) == 0) {
|
||||
fwrite (STDERR, "Failed to read luadoc.json\n");
|
||||
exit (1);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
################################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue