Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Variable Expansion
- X-seq: zsh-users 8655
- From: Matthias Berndt <Berndt.Matthias@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Variable Expansion
- Date: Sun, 3 Apr 2005 13:23:51 +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Greetings,
I think my problem is quite simple, but I'm unable to find a solution.
It is based on a bash script and I use the following lines:
CLOCKPARAMS="${CLOCKPARAMS} --utc"
hwclock --hctosys ${CLOCKPARAMS}
The result is:
CLOCKPARAMS=' --utc'
hwclock --hctosys ' --utc' # --> hwclock error
How do I prevent zsh from inserting the quotes in the hwclock-command? I
played with some expansionmodifiers - such a 'Q' - but I can't get it to
work.
Thanks
Matthias Berndt
Messages sorted by:
Reverse Date,
Date,
Thread,
Author