Changeset 81231
- Timestamp:
- 07/27/11 15:51:53 (4 years ago)
- File:
-
- 1 edited
-
contrib/mpab/chroot-scripts/buildports (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
contrib/mpab/chroot-scripts/buildports
r81228 r81231 67 67 68 68 69 if [[ -f /var/tmp/portlist ]]; then69 if [[ -f /var/tmp/portlist && `head -n1 /var/tmp/portlist` != "all" ]]; then 70 70 portList=`/bin/cat /var/tmp/portlist` 71 /bin/rm /var/tmp/portlist72 if [[ `echo -n $portList` == "all" ]]; then73 portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl`74 fi75 71 else 76 72 portList=`/usr/bin/tclsh /var/tmp/genportlist.tcl` 77 73 fi 74 /bin/rm -f /var/tmp/portlist 78 75 79 76 portCount=`echo ${portList} | /usr/bin/wc -w`
Note: See TracChangeset
for help on using the changeset viewer.

