mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-26 13:31:08 -04:00
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
$NetBSD: patch-an,v 1.3 2013/10/14 06:51:02 adam Exp $
|
|
|
|
--- src/history.c.orig 2005-09-04 02:41:28.000000000 +0000
|
|
+++ src/history.c
|
|
@@ -781,7 +781,7 @@ history_write (int type, const char *upd
|
|
if (!strchr (config->logHistory, type))
|
|
return;
|
|
|
|
- if (noexec)
|
|
+ if (nolock)
|
|
goto out;
|
|
|
|
repos = Short_Repository (repository);
|