Oops, -S is supposed to be optional. Pointed out by Matt Fleming, thanks!

This commit is contained in:
elad 2006-09-18 20:53:48 +00:00
parent 09003933e7
commit c94625dc78

View File

@ -1,4 +1,4 @@
/* $NetBSD: veriexecgen.c,v 1.3 2006/09/18 17:47:25 elad Exp $ */ /* $NetBSD: veriexecgen.c,v 1.4 2006/09/18 20:53:48 elad Exp $ */
/*- /*-
* Copyright (c) 2006 The NetBSD Foundation, Inc. * Copyright (c) 2006 The NetBSD Foundation, Inc.
@ -374,7 +374,7 @@ main(int argc, char **argv)
store_entries(dbfile, hash); store_entries(dbfile, hash);
if (chflags(dbfile, SF_IMMUTABLE) != 0) if (Sflag && chflags(dbfile, SF_IMMUTABLE) != 0)
err(1, "Can't set immutable flag"); err(1, "Can't set immutable flag");
return 0; return 0;