#! /bin/sh . "${srcdir=.}/init.sh"; path_prepend_ . ../src # Verify that $ as end-of-line anchor does not cause a crash. # # : ${MSGGREP=msggrep} echo a=b | LC_MESSAGES=C LC_ALL= ${MSGGREP} -P -K -e '^a$' > /dev/null || Exit 1 exit $result