tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] argument length limt for scripts?


From: Stevie G. Messervey
Subject: Re: [Tinycc-devel] argument length limt for scripts?
Date: Tue, 11 Jun 2013 13:25:14 -0700 (PDT)


On Tue, Jun 11, 2013 at 9:12 PM, Stephan Beal <address@hidden> wrote:
You're hitting a limit of the shell. You can work around it by using a shorter path to tcc, but that's of very limited use.

Wrap your call up in a script which looks like this:

#!/bin/sh
exec /path/to/tcc ...your args here... the limit is MUCH higher...

--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal

That is indeed it. Thank you!

-Steve

reply via email to

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