diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-12 03:49:09 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 1998-07-12 03:49:09 +0000 |
commit | be3c1481f2b46aed7de9bea6f6b911a83ae0238e (patch) | |
tree | affcd861d5c05464b9b77eb2ba22bc79166d13a2 /bin/ed | |
parent | c1d58efffecda7280c73c4f8ef16d0c1a17de59f (diff) |
typo
Diffstat (limited to 'bin/ed')
-rw-r--r-- | bin/ed/test/ckscripts.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/test/ckscripts.sh b/bin/ed/test/ckscripts.sh index cb7a3cc811f..b401a79058e 100644 --- a/bin/ed/test/ckscripts.sh +++ b/bin/ed/test/ckscripts.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: ckscripts.sh,v 1.2 1996/06/23 14:20:07 deraadt Exp $ +# $OpenBSD: ckscripts.sh,v 1.3 1998/07/12 03:49:08 todd Exp $ # $NetBSD: ckscripts.sh,v 1.9 1995/04/23 10:07:34 cgd Exp $ # # This script runs the .ed scripts generated by mkscripts.sh @@ -19,7 +19,7 @@ for i in *.red; do fi done >errs.o 2>&1 -# Run the remainding scripts; they exit with zero status +# Run the remaining scripts; they exit with zero status for i in *.ed; do # base=`expr $i : '\([^.]*\)'` # base=`echo $i | sed 's/\..*//'` |