I've ported bash to Windows and would like my changes to be part of
the main codebase. Would there be any interest in doing this?
d.
In terms of code impact, there is a 1800 line new file, and ifdef'ed
code scattered around the other various files. Each change in existing
files is very small, around 1-10 lines in each place. 38 files were
changed. 2 added.
2008/8/23 Chet Ramey <[EMAIL PROTECTED]>:
> Hector Chu
input-line.sh is:
bash ./input-line.sub
this line for input-line.sub
with input-line.sub being:
read line
echo line read by $0 was \`$line\'
The test is run by executing: bash < input-line.sh.
How does input-line.sub manage to read from the correct point in the
input file? Doesn't the parent b