Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
dropped first character
- X-seq: zsh-workers 21037
- From: Vin Shelton <ethersoft@xxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: dropped first character
- Date: Mon, 21 Mar 2005 09:51:05 -0500
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=L5rvvAnqdPNeFBMdC+GAFIeaojVHwucmyS1TcDPg92/+m0wEQwjFGO2f4ngo1NRyOgrAiClO5O8Nf46GHzkfmOriiO8RY76AgcYV/qHmzd2WOoQtki6zYSfQVkMDXTGvCDnhJCKGO3uFkYWLffcp6oJmouBXCJq8h14wRhuoyZw=
- In-reply-to: <422906C2006D5427@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <422906C2006D5427@xxxxxxxxxxxxxxx>
- Reply-to: Vin Shelton <ethersoft@xxxxxxxxx>
Hello -
In the latest CVS sources, I've seen the first character on the line
dropped, although I cannot yet reproduce this behavior consistently in
a fresh shell. Here's what I've seen a couple of times (cut and
pasted from a shell window):
: build/xemacs-21.5-2005-03-19-gcc-mule Mon 21 8:58; make check >& check.out
make install >& inst.out
boise [make check >& check.out]
~/software/SunOS-5.5/build/xemacs-21.5-2005-03-19-gcc-mule 9:07AM
: build/xemacs-21.5-2005-03-19-gcc-mule Mon 21 9:07; ake install >& inst.out
boise [ake install >& inst.out]
~/software/SunOS-5.5/build/xemacs-21.5-2005-03-19-gcc-mule 9:07AM
: build/xemacs-21.5-2005-03-19-gcc-mule Mon 21 9:07; cat inst.out
zsh: command not found: ake
Notice that I typed in:
make check >& check.out
and then
make install >& inst.out
with the latter being typed while the former was running. You'll
notice that for some reason the shell thought I was typing 'ake
install'.
Both times I have seen this the literal commands have been exactly the
same: 'make check' followed by 'make install', with redirected stdout
and stderr for both commands.
This is on a SunOS-5.5 system, BTW.
Does anyone have any idea what might be causing this?
- Vin
--
In a minute there is time
For decisions and revisions which a minute will reverse. T.S. Eliot
[URL: http://www.cs.amherst.edu/~ccm/prufrock.html]
Messages sorted by:
Reverse Date,
Date,
Thread,
Author