7b35121297
configure scripts.
11 lines
126 B
Plaintext
11 lines
126 B
Plaintext
# FEATURE: CONFIG_FEATURE_SED_EMBEDED_NEWLINE
|
|
busybox sed -n 'N;/a\nb/p'>output <<EOF
|
|
a
|
|
b
|
|
c
|
|
EOF
|
|
cmp -s output - <<EOF
|
|
a
|
|
b
|
|
EOF
|