Lines Matching refs:itemndex
68 itemndex=0
69 temp=$itemndex
73 TARGET_AIP_NAME[$itemndex]=$(echo $line | awk -F"," -v var=$AIP_NAMECell '{print $var}')
74 TARGET_AIP_use[$itemndex]=$(echo $line | awk -F"," -v var=$UtopiaVersionCell '{print $var}')
75 TARGET_AIP_File[$itemndex]=$(echo $line | awk -F"," -v var=$HEAD_FILECell '{print $var}' )
76 if [ ${TARGET_AIP_use[$itemndex]} == "1" ]; then
77 if [ "${TARGET_AIP_File[$itemndex]}" != "$temp_AIP_File" ]; then
78 temp2="${TARGET_AIP_File[$itemndex]}"
80 printf "%s" ${TARGET_AIP_File[$itemndex]},>>$LOG_PATH/filename.csv
85 temp=$itemndex
86 itemndex=$[$temp+1];