Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: leading '=' in enviroment variable truncated
- X-seq: zsh-workers 38434
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: leading '=' in enviroment variable truncated
- Date: Sun, 8 May 2016 14:58:07 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=FPgA0aEUtWNXmoPxanoOMJUxykG7ne81rZroaiWKqcQ=; b=HMTyaYI5IHiV4Kxp94Rx91Uqq/kbDXt+wtfQnuQyfL6AnX+ByBuEiHCaPMI3w4zHtL N9rPshS9TUkGDynuYdxxRyIXL43TOBNA0+n1PXC3nKIsLS9nML/nQ/tB1dqWTaWZYOAZ kufyZuY82dWe1Aqv0LdTZ8HgrZtedjIH8fDy7aceo8OX75C8CtXGgv4J9I0VJNqlXyEt 9OPY4YzvnaUY7osUmFoMEKXlY2QHNATW0h1N0gDkRZsuMKZlxi/yI6bJbY08cqnaxsZK cJSP1h8nh79c4MuFCqvGB/1PRUgZYTgsksklZOmNGUs0yAV52A5CX/4I3nCFuUnNMtVo ly6A==
- In-reply-to: <20160508212858.384e3dbf@ntlworld.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAEyFG7ZkxS9iuVtEoJT2aa_ErBm=Nm6JqkpSgt=-=3P-nuZBtg@mail.gmail.com> <160508105949.ZM9904@torch.brasslantern.com> <20160508201217.5924511a@ntlworld.com> <160508132406.ZM10234@torch.brasslantern.com> <20160508212858.384e3dbf@ntlworld.com>
On May 8, 9:28pm, Peter Stephenson wrote:
}
} On Sun, 8 May 2016 13:24:06 -0700
} Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
} > Astounding.
} >
} > The Open Group spec for "setenv" explicitly prohibits "=" in the name,
} > and says nothing about the value. The source code for setenv.c on
} > opensource.apple.com does nothing special with name or value.
} >
} > How about this?
}
} This tries to be smarter, but I don't know if it's worth it... it's
} untested on the target system.
If we're going to go so far as to have a configure test, shouldn't we
include a check that setenv is in fact defined before attempting to
run a test that uses it?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author