Lines Matching full:then
10 if [ $# -eq 0 ]; then
23 if [ ! -f ${SPL_BIN} ]; then
31 if [ ! -f ${TPL_BIN} ]; then
44 if [ ! -f ${INI} ]; then
49 if [ "${TPL_BIN}" == "" -a "${SPL_BIN}" == "" ]; then
60 if [ "${MAGIC}" == "RV1126" ]; then
62 elif [ "${MAGIC}" == "RKPX30" ]; then
67 if grep -q '^NEWIDB=true' ${INI} ; then
72 if [ "${TPL_BIN}" != "" -a "${SPL_BIN}" != "" ]; then
73 if [ "${ARG_NEWIDB}" == "y" ]; then
86 elif [ "${TPL_BIN}" != "" ]; then
87 if [ "${ARG_NEWIDB}" == "y" ]; then