Home
last modified time | relevance | path

Searched refs:itemndex (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/
H A DReduced.sh68 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
[all …]