Changeset 76ad756c in rtems
- Timestamp:
- 07/10/14 05:56:11 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 333f9426
- Parents:
- e1f446d3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtems-bsps
re1f446d3 r76ad756c 9 9 10 10 max_bsp_len=0 11 spaces=" "12 11 13 12 for bsp in ${cfg_list}; … … 19 18 fi 20 19 done 20 max_bsp_len=$(expr ${max_bsp_len} + 2) 21 21 22 22 echo "RTEMS 4.11" … … 30 30 last_arch=${arch} 31 31 fi 32 echo " ${bsp}${spaces:${#bsp}}${path}" 32 spaces=$(echo ${bsp} | awk '{ printf("%*s", '${max_bsp_len}' -length(), " "); }') 33 echo " ${bsp}${spaces}${path}" 33 34 done 34 35
Note: See TracChangeset
for help on using the changeset viewer.