Changes between Version 3 and Version 4 of Scripts/testport_script


Ignore:
Timestamp:
Apr 24, 2012, 9:53:29 AM (12 years ago)
Author:
kato23@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripts/testport_script

    v3 v4  
    315315elif [[ $extract -eq 1 ]] && [[ $debug -eq 1 ]]; then
    316316   port -f clean --all "$@"
    317    port -f -v extract "$@"
     317   port -f -d extract "$@"
    318318elif [[ $extract -eq 1 ]]; then
    319319   port -f clean --all "$@"