aboutsummaryrefslogtreecommitdiff
path: root/src/directive.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-26 18:31:07 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-26 18:31:07 +0300
commit3919929d5af04f670607b04cf11f9f7c6e409445 (patch)
tree0e45b2317b494845ed3a9ae757a2e88ee4f7bb26 /src/directive.c
parentfbb142ae5a57ab227e46ff6ffeb4b29db000034f (diff)
downloadwydawca-3919929d5af04f670607b04cf11f9f7c6e409445.tar.gz
wydawca-3919929d5af04f670607b04cf11f9f7c6e409445.tar.bz2
Minor changes
* doc/wydawca.texi: Fix documentation of ${timer:wydawca} * etc/wydawca.rc: Rename to etc/wydawca.conf. Edit. * src/triplet.c: The "wydawca" timer is synonymous to "spool". * src/wydawca.h (WY_TIMER_WYDAWCA): Remove.
Diffstat (limited to 'src/directive.c')
-rw-r--r--src/directive.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/directive.c b/src/directive.c
index cdf0bd6..f6c9a83 100644
--- a/src/directive.c
+++ b/src/directive.c
@@ -547,7 +547,6 @@ external_check(struct wy_triplet *trp)
rc = 0;
if (spool->check_script)
- //FIXME: Ensure correct CWD
rc |= run_check_script(spool->check_script, trp,
_("spool check script"));

Return to:

Send suggestions and report system problems to the System administrator.