Changes between Version 3 and Version 4 of Scripts/testport_script
- Timestamp:
- Apr 24, 2012, 9:53:29 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/testport_script
v3 v4 315 315 elif [[ $extract -eq 1 ]] && [[ $debug -eq 1 ]]; then 316 316 port -f clean --all "$@" 317 port -f - vextract "$@"317 port -f -d extract "$@" 318 318 elif [[ $extract -eq 1 ]]; then 319 319 port -f clean --all "$@"