Make -S functional.

MFC after:	1 week
This commit is contained in:
Brian Somers 2010-12-31 01:10:42 +00:00
parent bb0667afa1
commit 2921193efd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216832

View File

@ -599,7 +599,7 @@ parse_args(int argc, char **argv)
*p = '\0';
/* Parse command line options. */
while ((ch = getopt(argc, argv, "a:d:f:nrst:vCD:FNPR:")) != -1)
while ((ch = getopt(argc, argv, "a:d:f:nrst:vCD:FNPR:S:")) != -1)
switch (ch) {
case 'a':
archtodir++;