Lines Matching refs:errmsg
44 errmsg='' # error message, if not empty
67 if test -z "$errmsg"; then
71 errmsg='Shell does not support "!".'
77 if test -z "$errmsg"; then
82 errmsg='Shell does not support functions.'
94 if test -z "$errmsg"; then
99 errmsg='Shell does not support the "local" keyword in functions.'
108 if test -z "$errmsg"; then
115 errmsg='Shell does not support "${var%suffix}" or "${var#prefix}".'
123 if test -z "$errmsg"; then
129 errmsg='Shell does not support IFS word splitting.'
137 if test -z "$errmsg"; then
143 errmsg='Shell does not support ${1+"$@"}.'
149 if test -z "$errmsg"; then
154 errmsg='Shell does not support "$(...)" command substitution.'
164 if test -z "$errmsg"; then
177 if test -z "$errmsg"; then
182 errmsg='Shell does not support getopts or getopt.'
190 if test -n "$errmsg"; then
191 echo >&2 "$0: $errmsg"
204 if test -n "$errmsg"; then
219 $0: $errmsg
237 $0: $errmsg