File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env sh
2- # $NetBSD: build.sh,v 1.380 2024/11/29 16:55:24 riastradh Exp $
2+ # $NetBSD: build.sh,v 1.381 2024/11/29 16:56:40 riastradh Exp $
33#
44# Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
55# All rights reserved.
@@ -1587,7 +1587,7 @@ sanitycheck()
15871587 while $do_pkg ; do # not really a loop
15881588 test -n " ${PKGSRCDIR} " && {
15891589 test -f " ${PKGSRCDIR} /mk/bsd.pkg.mk" ||
1590- bomb " PKGSRCDIR (${PKGSRCDIR} ) does not exist"
1590+ bomb " PKGSRCDIR (${PKGSRCDIR} ) does not exist"
15911591 break
15921592 }
15931593 for _pd in \
@@ -2070,7 +2070,7 @@ createmakewrapper()
20702070 eval cat << EOF ${makewrapout}
20712071#! ${HOST_SH}
20722072# Set proper variables to allow easy "make" building of a NetBSD subtree.
2073- # Generated from: \$ NetBSD: build.sh,v 1.380 2024/11/29 16:55:24 riastradh Exp $
2073+ # Generated from: \$ NetBSD: build.sh,v 1.381 2024/11/29 16:56:40 riastradh Exp $
20742074# with these arguments: ${_args}
20752075#
20762076
You can’t perform that action at this time.
0 commit comments