mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Return Lua system-exec exit status
This commit is contained in:
parent
301d2954c5
commit
0ea0b656b8
1 changed files with 1 additions and 2 deletions
|
|
@ -459,8 +459,7 @@ lua_exec (std::string cmd)
|
||||||
if (x.start()) {
|
if (x.start()) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
x.wait ();
|
return x.wait ();
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue