The NetBSD Project

CVS log for src/distrib/miniroot/install.sub

[BACK] Up to [cvs.NetBSD.org] / src / distrib / miniroot

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: phil-wifi-20200421


Revision 1.53 / (download) - annotate - [select for diffs], Sun Jan 19 00:57:00 2020 UTC (4 years, 3 months ago) by kre
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, is-mlppp-base, is-mlppp
Changes since 1.52: +4 -4 lines
Diff to previous 1.52 (colored)


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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>