chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] using test-infrastructure in chicken-1.63


From: felix winkelmann
Subject: Re: [Chicken-users] using test-infrastructure in chicken-1.63
Date: Thu, 28 Oct 2004 22:50:28 +0200

On Thu, 28 Oct 2004 21:02:53 +0200, Thomas Chust <address@hidden> wrote:
> Hello,
> 
> Ruhi Bloodworth wrote:
> > Hi,
> > I've run into the following problems trying to use test-infrastructure.scm
> >
> > 1)  How do I run scripts with highlevel macros?
> >        #! /usr/bin/csi -hygienic -script
> >       fails with
> >       Error: (load) can not open file: "-hygienic -script"
> 
> That's a general unix problem -- you cannot pass more than a single
> option to the interpreter in the #! line of a script!
> 

#! /usr/bin/csi -script-meta
-hygienic
... <your code>


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]