Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 29 16:56:40 UTC 2024

Modified Files:
        src: build.sh

Log Message:
build.sh: Fix whitespace error introduced in previous commit.

PR toolchain/58536: build.sh should support cross-building packages
into images


To generate a diff of this commit:
cvs rdiff -u -r1.380 -r1.381 src/build.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/build.sh
diff -u src/build.sh:1.380 src/build.sh:1.381
--- src/build.sh:1.380	Fri Nov 29 16:55:24 2024
+++ src/build.sh	Fri Nov 29 16:56:40 2024
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#	$NetBSD: build.sh,v 1.380 2024/11/29 16:55:24 riastradh Exp $
+#	$NetBSD: build.sh,v 1.381 2024/11/29 16:56:40 riastradh Exp $
 #
 # Copyright (c) 2001-2023 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1587,7 +1587,7 @@ sanitycheck()
 	while $do_pkg; do				# not really a loop
 		test -n "${PKGSRCDIR}" && {
 		    test -f "${PKGSRCDIR}/mk/bsd.pkg.mk" ||
-		    	bomb "PKGSRCDIR (${PKGSRCDIR}) does not exist"
+			bomb "PKGSRCDIR (${PKGSRCDIR}) does not exist"
 		    break
 		}
 		for _pd in \
@@ -2070,7 +2070,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.380 2024/11/29 16:55:24 riastradh Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.381 2024/11/29 16:56:40 riastradh Exp $
 # with these arguments: ${_args}
 #
 

Reply via email to