[588] in Athena Bugs
No subject found in mail header
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Sun Aug 7 23:47:36 1988
Date: Sun, 7 Aug 88 23:46:36 EDT
From: Theodore Ts'o <tytso@ADAM.PIKA.MIT.EDU>
To: mar@ATHENA.MIT.EDU
Cc: qjb@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU
Reply-To: tytso@ATHENA.MIT.EDU
Invoking a csh script with "-x", or setting echo has no effect.
The -v (or set verbose) does still work.
Really? I checked VS 6.0B and 6.0C and it worked fine. Could
your .cshrc be unsetting echo?
- Ted
72% attach -m /mnt bldge40-vssys-60B
bldge40-vssys-60B: RVD mounted ANDROMACHE.MIT.EDU:spsys on /mnt (read-only)
<tytso@thor> {/tmp}
73% /mnt/bin/csh -x foo
echo bar
bar
sleep 1
echo foo
foo
ls /tmp
Xbin foo rrn2678.25537 rrn2721.25537
clusterinfo rrn2675.24042 rrn2679.24042 tkt_ttyp0
clusterinfo.bsh rrn2676.24042 rrn2680.24042 wg.023892
cm_tytso rrn2678.24042 rrn2721.24042
<tytso@thor> {/tmp}
74% cat foo
echo bar
sleep 1
echo foo
ls /tmp