diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-04 06:21:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-04 06:21:59 +0000 |
commit | b373e1ad159aca062f6df1229b3173663d295088 (patch) | |
tree | 564fe6fc5a7e870bf19d49540de37efb0462ad09 | |
parent | cdbca279283cc590d402e8b21f23b2fb6911db8b (diff) |
a bit of wordsmithing for the SHA256 message
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index aec3d55baba..ae0a569a3bd 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.517 2009/05/04 03:30:00 deraadt Exp $ +# $OpenBSD: install.sub,v 1.518 2009/05/04 06:21:58 deraadt Exp $ # $NetBSD: install.sub,v 1.5.2.8 1996/09/02 23:25:02 pk Exp $ # # Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback @@ -1060,7 +1060,7 @@ __EOT echo "'$_f' did not install correctly." elif [ -f /tmp/h -a -f "/var/hash/$_f" ]; then if [ "$(</tmp/h)" != "$(</var/hash/$_f)" ]; then - echo "The SHA256 hash for $_f did not match what bsd.rd expected:" + echo "The SHA256 hash for $_f did not match what this bsd.rd expected:" cat /tmp/h # XXX should mark failure somehow fi |