Hey Team, I would also replace bash -c "/opt/local/bin/port selfupdate; /opt/local/bin/port upgrade outdated" 1>/tmp/portupdate_out.log 2>/tmp/portupdate_err.log with bash -c "/opt/local/bin/port selfupdate && /opt/local/bin/port upgrade outdated" 1>/tmp/portupdate_out.log 2>/tmp/portupdate_err.log
The "&&" will prevent the execution of "port upgrade outdated" if "port selfupdate" fails. J. On Fri, Dec 28, 2012 at 4:23 PM, Chris Jones <[email protected]>wrote: > https://trac.macports.org/ticket/34221 -- Jean Gobin, CCENT, CCNA, CCNA Security http://newsfromjean.blogspot.com/
_______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-users
