Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/bin/csh
Module Name: basesrc
Committed By: christos
Date: Fri Mar 8 16:37:46 UTC 2002
Modified Files:
basesrc/bin/csh: glob.c
Log Message:
Fix:
% set N2=`echo 1; echo 2; \
? echo 3`
% echo $N2
1 2
so that
% echo $N2
1 2 3
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 basesrc/bin/csh/glob.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index