Message294981
There is a potential workaround that could be used so that way macOS 10.12.5 works. It turns out that, with osascript, if you catch the error and try again, it works.
$ osascript <<EOF
> try
> open location "http://apple.com"
> on error
> open location "http://apple.com"
> end try
> EOF |
|
Date |
User |
Action |
Args |
2017-06-02 04:26:51 | Kevin Ballard | set | recipients:
+ Kevin Ballard, ronaldoussoren, ned.deily, Andrew.Jaffe, Rudi Grams, dasm, alangpierce, tgecho |
2017-06-02 04:26:50 | Kevin Ballard | set | messageid: <1496377610.97.0.0613752843524.issue30392@psf.upfronthosting.co.za> |
2017-06-02 04:26:50 | Kevin Ballard | link | issue30392 messages |
2017-06-02 04:26:50 | Kevin Ballard | create | |
|