From 43bcd36bb31c1ab117b54f21746b119db2448449 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 17:07:11 -0500 Subject: Use TMPDIR, and fail when script cannot be executed within that filesystem --- include/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/system.h') diff --git a/include/system.h b/include/system.h index d744726..32c7c79 100644 --- a/include/system.h +++ b/include/system.h @@ -24,6 +24,6 @@ struct Process { int shell(struct Process *proc, char *args[]); int shell2(struct Process *proc, char *args); int shell_safe(struct Process *proc, char *args[]); -char *shell_output(const char *command); +char *shell_output(const char *command, int *status); #endif //OMC_SYSTEM_H -- cgit