Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Who Ride Wit Us?
details: https://anonhg.NetBSD.org/src/rev/a84e9851a131
branches: trunk
changeset: 351110:a84e9851a131
user: christos <christos%NetBSD.org@localhost>
date: Thu Feb 02 19:26:37 2017 +0000
description:
Who Ride Wit Us?
diffstat:
bin/sh/eval.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r edd97fcc4c65 -r a84e9851a131 bin/sh/eval.c
--- a/bin/sh/eval.c Thu Feb 02 19:12:09 2017 +0000
+++ b/bin/sh/eval.c Thu Feb 02 19:26:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: eval.c,v 1.129 2017/01/10 20:43:08 christos Exp $ */
+/* $NetBSD: eval.c,v 1.130 2017/02/02 19:26:37 christos Exp $ */
/*-
* Copyright (c) 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)eval.c 8.9 (Berkeley) 6/8/95";
#else
-__RCSID("$NetBSD: eval.c,v 1.129 2017/01/10 20:43:08 christos Exp $");
+__RCSID("$NetBSD: eval.c,v 1.130 2017/02/02 19:26:37 christos Exp $");
#endif
#endif /* not lint */
@@ -1044,7 +1044,7 @@
temp_path = 0;
if (!setjmp(jmploc.loc)) {
/* We need to ensure the command hash table isn't
- * corruped by temporary PATH assignments.
+ * corrupted by temporary PATH assignments.
* However we must ensure the 'local' command works!
*/
if (path != pathval() && (cmdentry.u.bltin == hashcmd ||
Home |
Main Index |
Thread Index |
Old Index