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