Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make(1): fix typo from previous commit



details:   https://anonhg.NetBSD.org/src/rev/6b60eaf0498a
branches:  trunk
changeset: 942100:6b60eaf0498a
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Nov 06 21:01:43 2020 +0000

description:
make(1): fix typo from previous commit

diffstat:

 usr.bin/make/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f2ddd2e604d8 -r 6b60eaf0498a usr.bin/make/main.c
--- a/usr.bin/make/main.c       Fri Nov 06 20:59:52 2020 +0000
+++ b/usr.bin/make/main.c       Fri Nov 06 21:01:43 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.427 2020/11/06 20:59:52 rillig Exp $        */
+/*     $NetBSD: main.c,v 1.428 2020/11/06 21:01:43 rillig Exp $        */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -118,7 +118,7 @@
 #include "trace.h"
 
 /*     "@(#)main.c     8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: main.c,v 1.427 2020/11/06 20:59:52 rillig Exp $");
+MAKE_RCSID("$NetBSD: main.c,v 1.428 2020/11/06 21:01:43 rillig Exp $");
 #if defined(MAKE_NATIVE) && !defined(lint)
 __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993 "
            "The Regents of the University of California.  "
@@ -2181,7 +2181,7 @@
     char tfile[MAXPATHLEN];
     int fd;
 
-    if (pattern == NULL)h
+    if (pattern == NULL)
        pattern = TMPPAT;
     if (tmpdir == NULL)
        tmpdir = getTmpdir();



Home | Main Index | Thread Index | Old Index