From 4cc21a9192d4f85d7dcee52333e5810d8aadc109 Mon Sep 17 00:00:00 2001 From: b Date: Sat, 24 Feb 2024 22:02:21 +0000 Subject: [PATCH] change target pattern placement for easier replacing without config tool --- exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exec.c b/exec.c index e7d04ff..7b1d78f 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2022, 2023 Balthasar Szczepański +Copyright (C) 2022, 2023, 2024 Balthasar Szczepański This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as @@ -18,7 +18,7 @@ along with this program. If not, see . #include #include -#define TARGET "/path/to/exec" /* replace with actual target ###EXEC_TARGET:*/ +#define TARGET "###EXEC_TARGET:" /* replace with path to actual target*/ /* #define REDIRECT_STDIN [path] ###EXEC_REDIRECT_STDIN: */ /* #define REDIRECT_STDOUT [path] ###EXEC_REDIRECT_STDOUT: */ /* #define REDIRECT_STDERR [path] ###EXEC_REDIRECT_STDERR: */ -- 2.30.2