From: b Date: Sat, 24 Feb 2024 22:02:21 +0000 (+0000) Subject: change target pattern placement for easier replacing without config tool X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=HEAD;p=botm%2Fexec change target pattern placement for easier replacing without config tool --- 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: */