CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2018/01/15 15:30:38
Modified files: bin/ksh : history.c Log message: Don't try to open HISTFILE if the variable is unset. str_val returns null, not NULL, if the variable isn't set. The erroneous check means that we later tried to open(""). ok millert@ tb@ anton@ benno@