Changes between Version 8 and Version 9 of Scripts/testport_script
- Timestamp:
- Apr 24, 2012, 11:07:15 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/testport_script
v8 v9 306 306 307 307 if [[ $remove -eq 1 ]]; then 308 [[ $(port installed "$@" | wc -l) -gt 1 ]] && port -f clean --all "$@" 309 [[ $(port installed "$@" | wc -l) -gt 1 ]] && port -f -v uninstall "$@" 308 if [[ $(port installed "$@" | wc -l) -gt 1 ]]; then 309 port -f clean --all "$@" 310 port -f -v uninstall "$@" 311 fi 310 312 fi 311 313