Searched hist:12043 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/bin/sh/
H A Dinput.cdiff 12043 Fri Nov 03 18:50:14 MST 1995 peter Implement allowing 'set -v' in the middle of a script to work.
This means that a script containing:
echo 1
set -v
echo 2
will now produce output, like it does on SYSV machines and other 'proper'
/bin/sh implementations..

This is done by a slight restructure of the input processor allowing it to
read chunks from the file at a time, but process the data by line from the
chunk.

Obtained from: Christos Zoulas for NetBSD. <christos@deshaw.com>

Completed in 56 milliseconds