Changes between Version 11 and Version 12 of Scripts/testport_script
- Timestamp:
- Apr 27, 2012, 6:01:41 PM (13 years 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