Changes between Version 11 and Version 12 of Scripts/testport_script
- Timestamp:
- 04/27/12 11:01:41 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/testport_script
v11 v12 96 96 97 97 do_update() { 98 do_clean_work98 [[ $clean_all -eq 0 ]] && do_clean_work 99 99 port selfupdate 100 100 port outdated … … 328 328 if [[ $clean_all -eq 1 ]]; then 329 329 do_clean_all 330 el se331 do_clean_work330 elif [[ -d "$(port dir "$@")/work" ]]; then 331 port -f clean --all "$@" 332 332 fi 333 333 fi

