-# $FreeBSD: head/bin/sh/tests/builtins/var-assign.0 213738 2010-10-12 18:20:38Z obrien $
+# $FreeBSD: head/bin/sh/tests/builtins/var-assign.0 327281 2017-12-28 08:22:26Z eadler $
IFS=,
SPECIAL="break,\
${SH} -c "VAR=1; VAR=0 ${cmd}; exit \${VAR}" >/dev/null 2>&1
done
-# For other built-ins and utilites they do not.
+# For other built-ins and utilities they do not.
set -- ${UTILS}
for cmd in "$@"
do