Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Tyop in error message...



details:   https://anonhg.NetBSD.org/src/rev/d04823c8c5a2
branches:  trunk
changeset: 456148:d04823c8c5a2
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 25 05:12:49 2019 +0000

description:
Tyop in error message...

diffstat:

 build.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r a7079238e6ee -r d04823c8c5a2 build.sh
--- a/build.sh  Thu Apr 25 03:54:10 2019 +0000
+++ b/build.sh  Thu Apr 25 05:12:49 2019 +0000
@@ -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 @@
                                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 @@
        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}
 #
 



Home | Main Index | Thread Index | Old Index