Home | History | Annotate | Download | only in obbtool

Lines Matching full:exit

44         exit 1
50 exit 1
56 exit 1
62 exit 1
67 exit 1
70 exit 1
75 exit 1
78 exit 1
83 exit 1
114 exit 1
121 exit 1
145 exit 1
170 -h) usage; exit 1;;
176 *) echo "ERROR: Invalid argument in option parsing! Cannot recover. Ever."; exit 1;;
184 exit 1;
191 exit 1;
196 exit 1
206 exit 1
212 tempfile=$(tempfile -d ${outdir}) || ( echo "ERROR: couldn't create temporary file in ${outdir}"; exit 1 )
217 exit 1
226 loop_dev=$(${LOSETUPBIN} -f) || ( echo "ERROR: losetup wouldn't tell us the next unused device"; exit 1 )
228 ${LOSETUPBIN} ${loop_dev} ${tempfile} || ( echo "ERROR: couldn't create loopback device"; exit 1 )
281 exit 0