X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=blobdiff_plain;f=lib%2Fguile%2Fhubmgr;fp=lib%2Fguile%2Fhubmgr;h=e14044dfb13441604b5afee6de86222cf2d6c0af;hp=ea7e474f52e8660a32b884a9fc45dfdfd3787fc1;hb=cac2915d81f71d6f778a80c40216e48129b444df;hpb=bceefd0d7bcbecd2ab8865ba4743b8ce4b48178f 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