artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e59a47b
)
Fix typo.
author
bluhm
<bluhm@openbsd.org>
Mon, 26 Jul 2021 20:38:18 +0000
(20:38 +0000)
committer
bluhm
<bluhm@openbsd.org>
Mon, 26 Jul 2021 20:38:18 +0000
(20:38 +0000)
from alf schlichting
regress/sbin/newfs/checknewfs
patch
|
blob
|
history
diff --git
a/regress/sbin/newfs/checknewfs
b/regress/sbin/newfs/checknewfs
index
ff24352
..
cfc7b72
100644
(file)
--- a/
regress/sbin/newfs/checknewfs
+++ b/
regress/sbin/newfs/checknewfs
@@
-1,5
+1,5
@@
#!/bin/ksh
-# $OpenBSD: checknewfs,v 1.
8 2020/05/18 06:20:44 otto
Exp $
+# $OpenBSD: checknewfs,v 1.
9 2021/07/26 20:38:18 bluhm
Exp $
# Written by Otto Moerbeek, 2007, Public domain
@@
-12,7
+12,7
@@
trap 'cleanup' INT
dotest() {
if ! grep -q "$2|" /etc/disktab; then
- echo disk type $2 does not exist
s
in /etc/disktab
+ echo disk type $2 does not exist in /etc/disktab
echo SKIPPED
return
fi