[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] command line parsing in scripts
From: |
Joshua Phillips |
Subject: |
Re: [Tinycc-devel] command line parsing in scripts |
Date: |
Mon, 28 Apr 2008 16:22:42 +0000 |
User-agent: |
KMail/1.9.7 |
On Sunday 27 April 2008 16:58:20 Daniel Glöckner wrote:
> You can pass only one parameter to the interpreter of a shellscript.
> This is not a TinyCC limitation.
Since when can you only pass one argument to the interpreter? Try this:
#!/bin/echo -DTEST=1 -run
Put it in a file, chmod +x and run it. You get -DTEST=1 -run ./filename". If
you don't, then there's a problem with your system, not the compiler. What
operating system are you using?