Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with an exported array
- X-seq: zsh-workers 19115
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh <zsh-workers@xxxxxxxxxx>
- Subject: Re: Problem with an exported array
- Date: Mon, 22 Sep 2003 14:22:08 +0000
- In-reply-to: <8001.1064238241@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <8001.1064238241@xxxxxxx>
On Sep 22, 2:44pm, Peter Stephenson wrote:
}
} This gives me an idea... it looks like a minimal modification to the
} user version of the PATH stuff can give you a combination where pager is
} an array and PAGER is a scalar with the elements joined by spaces. You
} do this with:
}
} typeset -S PAGER pager
Why not make it fully general, e.g.
typeset -T -S ' ' PAGER pager
??
Messages sorted by:
Reverse Date,
Date,
Thread,
Author