2570b43e82
or the posix standard. Put the cleanup code back the way it was.
15 lines
126 B
Plaintext
15 lines
126 B
Plaintext
# FEATURE: CONFIG_FEATURE_SED_GNU_COMPATABILITY
|
|
busybox sed 'N;p'>output <<EOF
|
|
a
|
|
b
|
|
c
|
|
EOF
|
|
cmp -s output - <<EOF
|
|
a
|
|
b
|
|
a
|
|
b
|
|
c
|
|
|
|
EOF
|