8 lines
69 B
Plaintext
8 lines
69 B
Plaintext
# $FreeBSD$
|
|
set -e
|
|
# PR 28852
|
|
if true; then
|
|
false && true
|
|
fi
|
|
exit 0
|