Message7482
Per this homebrew bug:
https://github.com/mxcl/homebrew/issues/13583
...this line in the launcher shell script fail with syntax errors from expr:
if expr "$link" : '/' > /dev/null; then
Modifying the line to read as follows fixes the problem.
if expr "$link" : '\/' > /dev/null; then
I have not been able to verify that this fix doesn't cause problems on other operating systems. |
|
Date |
User |
Action |
Args |
2012-10-22 15:11:02 | timgilbert | set | recipients:
+ timgilbert |
2012-10-22 15:11:02 | timgilbert | set | messageid: <1350918662.17.0.205673178924.issue1978@psf.upfronthosting.co.za> |
2012-10-22 15:11:02 | timgilbert | link | issue1978 messages |
2012-10-22 15:11:01 | timgilbert | create | |
|