Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: sourcing a sh file in zsh
- X-seq: zsh-users 13713
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: Evert Rol <evert.rol@xxxxxxxxx>
- Subject: Re: sourcing a sh file in zsh
- Date: Fri, 16 Jan 2009 16:16:28 +0100
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=grxE0c54fjhG+AFtMeqQle15+OLSQcAauEb2mJJI+fs=; b=hBR2KP4yVT1wrv0y2Ur1F+LHLIeOw1OePwzyvlqpGlatZTsiGoNOa+u1r3mVrsLVOI pmtdpjAsz7Sv33rJFjsigPcr14r9nDTk8hP9M3itgBPzoK1fiedybcQsYZWGzc0z3uWq n2e/JEv/RbGHha9apoCzV9pR/HJpD4DR3IqZU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EpJizYaGffGxt0TIil5NpZDibirY2hbsBwBxqe9cRcpRMc8jjaxzT+vdZ4OcHmYbcJ TpsHpYCkG5QCIA0sJLY4dTgJ49wUpxJprBMge++7YHNhuPrV3yyUDQDu+2PokZYS02sQ 1mT4nl8HXUAqN2YiaOldQ/8r67S1WnF/2Obvs=
- In-reply-to: <BD9D2405-AD6A-4336-9C8A-85149165B6B8@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <BD9D2405-AD6A-4336-9C8A-85149165B6B8@xxxxxxxxx>
On Fri, Jan 16, 2009 at 14:53, Evert Rol <evert.rol@xxxxxxxxx> wrote:
> where that line reads:
> [ "$a_root" = "" ] && a_root=/some/dir
richih@titanium ~ % zsh -f
titanium% echo $ZSH_VERSION
4.3.9
titanium% echo '[ "$a_root" = "" ] && a_root=/some/dir' > foo
titanium% source foo
titanium%
Can you try to reduce the script to a minimal test case which
still fails, please?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author