Changes between Version 14 and Version 15 of Scripts/testport_script


Ignore:
Timestamp:
May 4, 2012, 12:51:24 PM (12 years ago)
Author:
kato23@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripts/testport_script

    v14 v15  
    248248   else
    249249      echo
    250       echo 'No port to install given!'
     250      echo 'No port to install (or remove) given!'
    251251      show_usage 1>&2
    252252      exit 1
     
    278278echo
    279279
    280 # make sure /usr/local is not interfering with MacPorts build processes for /opt/local
     280# make sure /usr/local is not interfering with MacPorts build processes for ${MP_PREFIX}
    281281[[ -d '/usr/local' ]] && sudo mv -iv /usr/local "${usr_local_off}"
    282282
    283 # back up the old MacPorts system
     283# make sure /opt/local is not interfering with MacPorts build processes for ${MP_PREFIX}
    284284[[ -d '/opt/local' ]] && sudo mv -iv /opt/local "${opt_local_off}"
    285285