XXX do not invoke mescc:main twice.

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-04-27 10:54:12 +02:00 committed by Jan Nieuwenhuizen
parent 323ff7a43f
commit 3ebd3b2c4c
1 changed files with 4 additions and 1 deletions

View File

@ -68,7 +68,10 @@
(use-modules (mescc)))
(mes
(mes-use-module (mescc))
(mescc:main (command-line))))
;; FIXME: This currently makes main run twice
;; when/where was/is this needed???
;; (mescc:main (command-line))
))
(define (main args)
(mescc:main args))