Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Various problems with 3.0.1-test1
- X-seq: zsh-workers 2120
- From: Peter Stephenson <pws@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Various problems with 3.0.1-test1
- Date: Tue, 10 Sep 1996 14:10:35 +0200
Every time I investigate a problem, another turns up. Here's the list
so far.
1)
% ./zsh -fc 'shift 2; print $*' first second third fourth
second third fourth fourth
2) This is very puzzling.
% ./zsh -fc 'setopt extendedglob; [[ PATH = [A-Z]# ]] || print Failed.'
Failed.
3) This is minor but probably wrong:
% ./zsh -fc '1this_is_ignored=foo; print $1'
foo
ksh prints:
ksh: 1this_is_ignored=foo: not found
--
Peter Stephenson <pws@xxxxxx> Tel: +49 33762 77366
WWW: http://www.ifh.de/~pws/ Fax: +49 33762 77330
Deutches Electronen-Synchrotron --- Institut fuer Hochenergiephysik Zeuthen
DESY-IfH, 15735 Zeuthen, Germany.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author