Lines Matching full:then
9 if [ ! -x "$SPATCH" ]; then
73 if [ ! -e "$FILE" ]; then
84 if [ "$FILE" = "" ] ; then
90 if [ -z "$J" ]; then
98 if [ "$FILE" != "" ] ; then
102 if [ "$NPROC" != "1" ]; then
108 if [ "$MODE" = "" ] ; then
116 if [ "$MODE" = "chain" ] ; then
119 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then
129 if [ $VERBOSE -ne 0 ] ; then
135 if [[ $err -ne 0 ]]; then
149 if [[ $VIRTUAL = "" ]]; then
153 elif [[ $VIRTUAL != *"$MODE"* ]]; then
157 if [[ $VIRTUAL == *report* ]]; then
159 elif [[ $VIRTUAL == *context* ]]; then
161 elif [[ $VIRTUAL == *patch* ]]; then
170 if [ $VERBOSE -ne 0 ] ; then
181 if [ "$MODE" = "patch" ] ; then
183 elif [ "$MODE" = "report" ] ; then
185 elif [ "$MODE" = "context" ] ; then
187 elif [ "$MODE" = "org" ] ; then
198 if [ "`sed -ne 's|^//#||p' $COCCI`" ] ; then
205 if [ "$MODE" = "chain" ] ; then
214 elif [ "$MODE" = "rep+ctxt" ] ; then
226 if [ "$DEBUG_FILE" != "/dev/null" -a "$DEBUG_FILE" != "" ]; then
227 if [ -f $DEBUG_FILE ]; then
235 if [ "$COCCI" = "" ] ; then