Actions
Bug #18
closedUpdates to Mac chirp-0.1.12.app needed
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
10/16/2011
Due date:
% Done:
0%
Estimated time:
Chirp Version:
0.1.12
Model affected:
(All models)
Platform:
MacOS
I read the instructions above:
Description
Came across two issues with the chirp-0.1.12.app/Contents/MacOS/chirp-0.1.12 bash script embedded in the Mac OS application.
Path to the non-daily tarball on line 23 needs to be updated to add a version sub-directory to the path as below:
url="http://chirp.danplanet.com/download/*${VERSION}/*${TARBALL}"On line 66, period needs to be added to "python25" to make it "python2.5":
RUNPYTHON="/opt/kk7ds/bin/python*2.5*";
Actions