mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 23:45:12 -04:00
7 lines
144 B
Text
7 lines
144 B
Text
# $FreeBSD$
|
|
|
|
# Not specified by POSIX.
|
|
|
|
a=`echo -e '\a\b\e\f\n\r\t\v\\\\\0041\c'; echo .`
|
|
b=`printf '\a\b\033\f\n\r\t\v\\\\!.'`
|
|
[ "$a" = "$b" ]
|