Message178673
| Author | ronaldoussoren |
|---|---|
| Recipients | grobian, hynek, ned.deily, ronaldoussoren |
| Date | 2012-12-31.13:35:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1356960928.02.0.251776017945.issue16591@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch can cause problems when either DYLD_LIBRARY_PATH or the current working directory contains whitepace, a better fix is:
RUNSHARED=DYLD_LIBRARY_PATH="`pwd`:${DYLD_LIBRARY_PATH}"
(That is, replace the single quotes by double quotes) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-12-31 13:35:28 | ronaldoussoren | set | recipients: + ronaldoussoren, ned.deily, grobian, hynek |
| 2012-12-31 13:35:28 | ronaldoussoren | set | messageid: <1356960928.02.0.251776017945.issue16591@psf.upfronthosting.co.za> |
| 2012-12-31 13:35:28 | ronaldoussoren | link | issue16591 messages |
| 2012-12-31 13:35:27 | ronaldoussoren | create | |