summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorandvar <andvar@NetBSD.org>2021-10-04 21:02:39 +0000
committerandvar <andvar@NetBSD.org>2021-10-04 21:02:39 +0000
commitb428e171bf3164056e4ef4a4d78f5f0984eeea9e (patch)
treea5c090ef815a3bd49fa68d15d2e26b89bffb7425 /build.sh
parente213d2b73a73eeb45b2fdf8a50e9812154b74181 (diff)
remove duplicate the article in comments.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sh b/build.sh
index bd863fe9bd6..adaa696478e 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.358 2021/09/18 01:47:07 christos Exp $
+# $NetBSD: build.sh,v 1.359 2021/10/04 21:02:40 andvar Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1974,7 +1974,7 @@ createmakewrapper()
eval cat <<EOF ${makewrapout}
#! ${HOST_SH}
# Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from: \$NetBSD: build.sh,v 1.358 2021/09/18 01:47:07 christos Exp $
+# Generated from: \$NetBSD: build.sh,v 1.359 2021/10/04 21:02:40 andvar Exp $
# with these arguments: ${_args}
#
@@ -2297,7 +2297,7 @@ dorump()
}
repro_date() {
- # try the bsd date fail back the the linux one
+ # try the bsd date fail back the linux one
date -u -r "$1" 2> /dev/null || date -u -d "@$1"
}