chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] [PATCH] more portable method for exporting variables


From: Michele La Monaca
Subject: [Chicken-hackers] [PATCH] more portable method for exporting variables
Date: Wed, 23 Jan 2013 23:50:32 +0100

runtests.sh usage of export is not portable:

export VARIABLE=VALUE

should be:

VARIABLE=VALUE
export VARIABLE

Patch provided.

regards,
mikele

Attachment: 0001-runtests.sh-more-portable-usage-of-export.patch
Description: Binary data


reply via email to

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