Skip to content

Commit 314b018

Browse files
riastradhriastradh
authored andcommitted
build.sh: Fix whitespace error introduced in previous commit.
PR toolchain/58536: build.sh should support cross-building packages into images
1 parent 59040e5 commit 314b018

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)