mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Fixed broken -t flag; thanks Rich!
This commit is contained in:
parent
f5f7ba035f
commit
5db659db0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=465
@ -1,5 +1,5 @@
|
|||||||
#ifndef lint
|
#ifndef lint
|
||||||
static char *rcsid = "$Id: main.c,v 1.6 1993/09/04 05:06:28 jkh Exp $";
|
static char *rcsid = "$Id: main.c,v 1.3 1993/09/05 04:53:49 jkh Exp $";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -26,7 +26,7 @@ static char *rcsid = "$Id: main.c,v 1.6 1993/09/04 05:06:28 jkh Exp $";
|
|||||||
#include "lib.h"
|
#include "lib.h"
|
||||||
#include "add.h"
|
#include "add.h"
|
||||||
|
|
||||||
static char Options[] = "hvIRnp:SM";
|
static char Options[] = "hvIRnp:SMt:";
|
||||||
|
|
||||||
char *Prefix = NULL;
|
char *Prefix = NULL;
|
||||||
Boolean NoInstall = FALSE;
|
Boolean NoInstall = FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user