Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/27/1998 01:30:02
ross
Sat Jun 27 01:27:36 PDT 1998
Update of /cvsroot/src/distrib/sets
In directory nb00:/tmp/cvs-serv12365

Modified Files:
	maketars 
Log Message:
The newly churned maketars was apparently not tested in its normal
mode with no options and no parameters.

You have to be careful about the difference between $@ and $*.
In particular, "if [ -n "$@" ]" does not do what you think it will.