Argh. Need to require this if we want to use command-line.

svn: r11088
This commit is contained in:
Stevie Strickland 2008-08-05 18:41:01 +00:00
parent d72b44e9f7
commit c54e1d59f4

View File

@ -1,6 +1,7 @@
(module pdf-slatex-launcher mzscheme
(require "slatex-wrapper.ss")
(require "slatex-wrapper.ss"
scheme/cmdline)
(define argv (current-command-line-arguments))