Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/distrib/miniroot



Module Name:    src
Committed By:   kre
Date:           Sun Jan 19 00:57:00 UTC 2020

Modified Files:
        src/distrib/miniroot: install.sub

Log Message:
test ! -n "$foo"   is just a quaint way of saying test -z "$foo"
and test ! -z "$foo" is really just test -n "$foo"  so let's just
use the simple (and more obvious) forms.

NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/distrib/miniroot/install.sub

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