From cac2915d81f71d6f778a80c40216e48129b444df Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Wed, 12 Nov 2008 04:43:38 +0100 Subject: [PATCH] Added comment syntax to hubmgr's hublist file. --- lib/guile/hubmgr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/guile/hubmgr b/lib/guile/hubmgr index ea7e474..e14044d 100755 --- a/lib/guile/hubmgr +++ b/lib/guile/hubmgr @@ -57,7 +57,8 @@ (begin (close-port p) lines) (read-lines (let ((lexed (dc-lexsexpr line))) - (if (> (length lexed) 0) + (if (and (> (length lexed) 0) + (not (eq? (string-ref (car lexed) 0) #\#))) (append lines (list lexed)) lines)) p)))))) (catch 'system-error -- 2.11.0