]> git.dolda2000.com Git - doldaconnect.git/commitdiff
Display filterexit instead of writing it.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 29 May 2006 19:59:10 +0000 (19:59 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 29 May 2006 19:59:10 +0000 (19:59 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@627 959494ce-11ee-0310-bf91-de5d638817bd

lib/guile/autodl

index af98f9ef879a5433b965dc4c75029e2ced3a79ce..5d79ce8c05caf2af5df4fa6724d622fe9907b096 100755 (executable)
             (logf "forcing quit")))
     (if (assoc 'estat-file session)
        (let ((op (open-output-file (cdr (assoc 'estat-file session)))))
-         (write filterexit op)
+         (display filterexit op)
          (newline op)
          (close-port op)))
     (exit retval)