AboutSummaryRefsLogTreeCommitDiffStats
path: root/environment.scm
diff options
context:
space:
mode:
authordale_mellor <dale_mellor>2004-01-22 13:54:21 +0000
committerdale_mellor <dale_mellor>2004-01-22 13:54:21 +0000
commit627e81918e50e7806aace870d1529adf5d75a15d (patch)
tree379d46f025c297f9ab392d1663d85fd84227ef92 /environment.scm
parenteb50865add48ceccfa38bf4165351dd0418df41f (diff)
downloadmcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.gz
mcron-627e81918e50e7806aace870d1529adf5d75a15d.tar.bz2
mcron-627e81918e50e7806aace870d1529adf5d75a15d.zip
This is the version 1.0.0 release (many changes have occurred without commiting due to disruption to Savannah, including a skip over the 0.99.4 release).1.0.0
Diffstat (limited to 'environment.scm')
-rw-r--r--environment.scm17
1 files changed, 9 insertions, 8 deletions
diff --git a/environment.scm b/environment.scm
index b340330..82c3a27 100644
--- a/environment.scm
+++ b/environment.scm
@@ -24,8 +24,8 @@
;; and represents the cumulated environment settings in a configuration
;; file. When a job definition is seen in a configuration file, the
;; current-environment-mods are copied into the internal job description, and
-;; when the job actually runs these environment modifications are applied to the
-;; UNIX environment in which the job runs.
+;; when the job actually runs these environment modifications are applied to
+;; the UNIX environment in which the job runs.
@@ -76,8 +76,8 @@
-;; Each time a job is added to the system, we take a snapshot of the current set
-;; of environment modifiers.
+;; Each time a job is added to the system, we take a snapshot of the current
+;; set of environment modifiers.
(define (get-current-environment-mods-copy)
(list-copy current-environment-mods))
@@ -93,10 +93,11 @@
-;; Procedure to add another environment setting to the alist above. This is used
-;; both implicitly by the Vixie parser, and can be used directly by users in
-;; scheme configuration files. The return value is purely for the convenience of
-;; the parse-vixie-environment in the vixie-specification module (yuk).
+;; Procedure to add another environment setting to the alist above. This is
+;; used both implicitly by the Vixie parser, and can be used directly by users
+;; in scheme configuration files. The return value is purely for the
+;; convenience of the parse-vixie-environment in the vixie-specification module
+;; (yuk).
(define (append-environment-mods name value)
(set! current-environment-mods (append current-environment-mods