aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmodule/main.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/main.scm b/module/main.scm
index 242883ea..1e7a5a84 100755
--- a/module/main.scm
+++ b/module/main.scm
@@ -97,9 +97,9 @@ exec guile -e main -s $0 "$@"
((ical) ical-main)
((server) server-main))
c e ropt)))
- calendar-files: (or (and=> (option-ref opts 'file #f)
- list)
- (calendar-files))))
+ calendar-files: (cond [(option-ref opts 'file #f) => list]
+ [else (calendar-files)])
+ ))
(newline)))
(when stprof