chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH] more portable method for exporting variabl


From: Christian Kellermann
Subject: Re: [Chicken-hackers] [PATCH] more portable method for exporting variables
Date: Thu, 24 Jan 2013 10:03:40 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

* Michele La Monaca <address@hidden> [130123 23:50]:
> runtests.sh usage of export is not portable:
> 
> export VARIABLE=VALUE
> 
> should be:
> 
> VARIABLE=VALUE
> export VARIABLE
> 
> Patch provided.

Thank you! I have pushed this.

Kind regards,

Christian


-- 
In the world, there is nothing more submissive and weak than
water. Yet for attacking that which is hard and strong, nothing can
surpass it. --- Lao Tzu



reply via email to

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