Skip to content

Commit

Permalink
quick windows fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkf committed Sep 21, 2001
1 parent 0cb4dfa commit df17fb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cgi.cl
Expand Up @@ -23,7 +23,7 @@
;; Suite 330, Boston, MA 02111-1307 USA
;;
;;
;; $Id: cgi.cl,v 1.1 2001/09/21 19:02:40 jkf Exp $
;; $Id: cgi.cl,v 1.2 2001/09/21 19:17:02 jkf Exp $

;; Description:
;; common gateway interface (running external programs)
Expand Down Expand Up @@ -148,7 +148,8 @@
:error-output :output
:separate-streams t
:wait nil
:environment envs)
:environment envs
:show-window :hide)
(declare (ignore ignore-this))

(unwind-protect
Expand Down

0 comments on commit df17fb2

Please sign in to comment.