diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-28 09:49:12 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-28 09:49:12 -0400 |
commit | 7d6cc262f55a581d7db59a5df3ee6f7a23ca3f52 (patch) | |
tree | 6be1e101197d8139eb3f8b2f6957580e88ba3420 | |
parent | 4232bd5a9b3f4152fa7983e721b7807c2eabe8a3 (diff) |
restore accidentally removed system() call
-rw-r--r-- | menudriver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/menudriver.c b/menudriver.c index 1ea810f..9043ee9 100644 --- a/menudriver.c +++ b/menudriver.c @@ -319,6 +319,7 @@ void singleton(char *fil) fastback = 0; } #endif + system(cmd); if (!fastback) { wait_for_return(); |