diff options
author | 2010-07-02 02:45:02 +0000 | |
---|---|---|
committer | 2010-07-02 02:45:02 +0000 | |
commit | 38afcdb91438b64a2a6d63d5463762da3367c9d4 (patch) | |
tree | 6eb2301a17cbee1a69cb72743b6e5c6fc065a78b | |
parent | Don't validate modification of immutable attributes if the namespace is (diff) | |
download | wireguard-openbsd-38afcdb91438b64a2a6d63d5463762da3367c9d4.tar.xz wireguard-openbsd-38afcdb91438b64a2a6d63d5463762da3367c9d4.zip |
oops, add a missing newline; noticed by and ok phessler@
-rw-r--r-- | regress/usr.bin/sed/sedtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/sed/sedtest.sh b/regress/usr.bin/sed/sedtest.sh index 56e68b23450..adb057bf724 100644 --- a/regress/usr.bin/sed/sedtest.sh +++ b/regress/usr.bin/sed/sedtest.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: sedtest.sh,v 1.3 2010/07/01 17:04:24 naddy Exp $ +# $OpenBSD: sedtest.sh,v 1.4 2010/07/02 02:45:02 naddy Exp $ # # Copyright (c) 1992 Diomidis Spinellis. # Copyright (c) 1992, 1993 @@ -417,7 +417,7 @@ u2/g' lines1 mark '8.19' ; sed 's/l/[/' lines1 | $SED -e 's[\[.[X\[[' echo '\ in y command' mark '8.20' - printf 'a\\b(c' | + printf 'a\\b(c\n' | $SED 'y%ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"%abcdefghijklmnopqrstuvwxyz,------%' } |