Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in zsh versions 4.1.1 and 4.2.0
- X-seq: zsh-workers 20220
- From: "Dieter Lambrecht" <dieter.lambrecht@xxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Bug in zsh versions 4.1.1 and 4.2.0
- Date: Thu, 29 Jul 2004 16:14:51 +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Hi,
the following zsh-script running on Linux (Suse-Linux-Desktop)
#! /home/bzq090/aps4_main/aps4/test/package/zsh/zsh-4.2.0/Src/zsh
emulate -L zsh
trap 'print $LINENO' DEBUG
echo $LINENO
echo $LINENO
gives the following output:
1
6
1
7
1
Contrary to the information in "Z SHELL Manual" p. 85, LINENO is not updated correctly if used with the trap-builtin.
Kind Regards,
Dieter Lambrecht
--
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author