summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorpgoyette <pgoyette@NetBSD.org>2019-04-25 05:12:49 +0000
committerpgoyette <pgoyette@NetBSD.org>2019-04-25 05:12:49 +0000
commit74851002b72df0cdbe80377976a22fd638c52254 (patch)
tree8a94b78e39b244c67546f1c206bffe4371cb0404 /build.sh
parentf811a640db4866ae09699a5ff2acb27baba18398 (diff)
Tyop in error message...
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 9843bb2492f..46b622d5cd1 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,5 @@
#! /usr/bin/env sh
-# $NetBSD: build.sh,v 1.330 2019/02/08 02:05:32 mrg Exp $
+# $NetBSD: build.sh,v 1.331 2019/04/25 05:12:49 pgoyette Exp $
#
# Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1291,7 +1291,7 @@ parseoptions()
safe_setmakeenv "${OPTARG}" ""
;;
*)
- usage "-V argument must be of the form 'var=[value]'"
+ usage "-V argument must be of the form 'var[=value]'"
;;
esac
;;
@@ -1936,7 +1936,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.330 2019/02/08 02:05:32 mrg Exp $
+# Generated from: \$NetBSD: build.sh,v 1.331 2019/04/25 05:12:49 pgoyette Exp $
# with these arguments: ${_args}
#