Home | History | Annotate | Download | only in cron

Lines Matching refs:EXIT_CODE

125 	EXIT_CODE=1
126 test -e /tmp/cron_allow_test && EXIT_CODE=0
128 if [ $EXIT_CODE = 1 ]; then
141 exit $EXIT_CODE
161 EXIT_CODE=0
162 test -e /tmp/cron_allow_test1 && EXIT_CODE=1
164 if [ $EXIT_CODE = 0 ]; then
176 exit $EXIT_CODE
188 EXIT_CODE=0
192 EXIT_CODE=1
196 then EXIT_CODE=1
199 exit $EXIT_CODE