bug-mcron
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-mcron] [PATCH 22/33] redirect: Use module (ice-9 regex).


From: Mathieu Lirzin
Subject: [Bug-mcron] [PATCH 22/33] redirect: Use module (ice-9 regex).
Date: Sun, 27 Sep 2015 23:00:33 +0200

* scm/mcron/redirect.scm: Use module (ice-9 regex) to prevent variables
  'match:prefix', 'match:substring', and 'match:prefix' to be unbound.
---
 scm/mcron/redirect.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scm/mcron/redirect.scm b/scm/mcron/redirect.scm
index 312b768..af763cb 100644
--- a/scm/mcron/redirect.scm
+++ b/scm/mcron/redirect.scm
@@ -31,6 +31,7 @@
 
 (define-module (mcron redirect)
   #:export (with-mail-out)
+  #:use-module (ice-9 regex)
   #:use-module ((mcron config) :select (config-sendmail))
   #:use-module (mcron vixie-time))
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]