Changeset 1362 for branches/philmoz/auto_build.sh
- Timestamp:
- 10/10/11 10:37:50 (21 months ago)
- File:
-
- 1 edited
-
branches/philmoz/auto_build.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/philmoz/auto_build.sh
r1357 r1362 9 9 if [ ${cam} != "CAMERA" ] && [ "${skip}" = "" ]; then \ 10 10 if [ "${state}" != "" ]; then state=_${state}; fi; \ 11 $1 -s --no-print-directory PLATFORM=${cam} PLATFORMSUB=${fw} STATE=${state} COPY_TO=${copy} $2 ; \11 $1 -s --no-print-directory PLATFORM=${cam} PLATFORMSUB=${fw} STATE=${state} COPY_TO=${copy} $2 || exit 1; \ 12 12 fi; 13 13 done < $3
Note: See TracChangeset
for help on using the changeset viewer.