Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Problem with an exported array



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