Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Conditional Bug?
- X-seq: zsh-users 12138
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: jadamson@xxxxxxxxxxxx (Joel J. Adamson)
- Subject: Re: Conditional Bug?
- Date: Mon, 29 Oct 2007 15:15:45 -0700
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <87ejfdodxp.fsf@xxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87fxzuou1b.fsf@xxxxxxxxxxxxxxxxxxxxxxxx> <200710291503.l9TF3Tt9018661@xxxxxxxxxxxxxx> <87zly1onr2.fsf@xxxxxxxxxxxxxxxxxxxxxxxx> <200710291717.l9THHXC2019811@xxxxxxxxxxxxxx> <87ejfdodxp.fsf@xxxxxxxxxxxxxxxxxxxxxxxx>
On Oct 29, 4:37pm, Joel J. Adamson wrote:
}
} Okay, I've done some more experimenting (including setting the
} variables to arrays and other things) and discovered that a big
} problem is that when the filenames get through to the tar command,
} they are quoted, and thus the tilde does not expand.
You're being misled. The trace will show them quoted so that cut-and-
paste will work, even if they weren't quoted originally.
What you need is not to remove quoting, but to enable file expansion:
${~arrayname}
Messages sorted by:
Reverse Date,
Date,
Thread,
Author