Skip to content

Commit 3075e83

Browse files
committed
Fix typo, pointed out privately by Petri Koistinen.
1 parent 449bdd3 commit 3075e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distrib/miniroot/install.sub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
# $NetBSD: install.sub,v 1.36 2000/09/03 20:01:46 pk Exp $
2+
# $NetBSD: install.sub,v 1.37 2000/10/30 20:21:08 is Exp $
33
#
44
# Copyright (c) 1996 The NetBSD Foundation, Inc.
55
# All rights reserved.
@@ -1347,7 +1347,7 @@ __install_sets_1
13471347
verbose_flag=v
13481348
;;
13491349
*)
1350-
echo "Not using verbose listing.."
1350+
echo "Not using verbose listing."
13511351
verbose_flag=""
13521352
;;
13531353
esac

0 commit comments

Comments
 (0)