]> bicyclesonthemoon.info Git - botm/exec/commitdiff
change target pattern placement for easier replacing without config tool main
authorb <rowerynaksiezycu@gmail.com>
Sat, 24 Feb 2024 22:02:21 +0000 (22:02 +0000)
committerb <rowerynaksiezycu@gmail.com>
Sat, 24 Feb 2024 22:02:21 +0000 (22:02 +0000)
exec.c

diff --git a/exec.c b/exec.c
index e7d04ff47d5621e6ebce6b60c9f69fd0a85ee4df..7b1d78ff2172f677f693b470ea673e68426c7c71 100644 (file)
--- 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 <http://www.gnu.org/licenses/>.
 #include <errno.h>
 #include <stdio.h>
 
-#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: */