Lines Matching refs:Exit
21 ${XGETTEXT} -o prog.tmp --omit-header --no-location prog.php || Exit 1
22 LC_ALL=C tr -d '\r' < prog.tmp > prog.pot || Exit 1
34 ${DIFF} prog.ok prog.pot || Exit 1
50 ${MSGMERGE} -q -o fr.po.tmp fr.po prog.pot || Exit 1
51 LC_ALL=C tr -d '\r' < fr.po.tmp > fr.po.new || Exit 1
54 ${DIFF} fr.po fr.po.new || Exit 1
65 || { echo "Skipping test: php not found"; Exit 77; }
68 *) echo "Skipping test: php version too old"; Exit 77;;
72 Exit 77
83 *) Exit 1;;
91 *) Exit 1;;
100 Exit 77
117 LANGUAGE= LC_ALL=$LOCALE_FR php -q prog.php > prog.out || Exit 1
118 ${DIFF} prog.ok prog.out || Exit 1
122 LANGUAGE= LC_ALL=$LOCALE_FR_UTF8 php -q prog.php > prog.out || Exit 1
123 ${DIFF} prog.oku prog.out || Exit 1
126 Exit 0