Module Name:    src
Committed By:   kre
Date:           Fri Jul  5 02:24:57 UTC 2024

Modified Files:
        src/bin/sh: histedit.c

Log Message:
Ignore non-numeric values for HISTSIZE

This is a temporary change (which can be pulled up to -9 and -10)
to avoid having
        HISTSIZE=foo /bin/sh
cause sh to fail to start.

A better change, but one requiring far more code changes, so that
bad HISTSIZE is ignored, only when read from the environment, but
will be an error otherwise, will come later.

XXX pullup -9, -10


To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/bin/sh/histedit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to