Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the 'Automatically update WebKit via script and launchd' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Automatically update WebKit via script and launchd
Authored by: alextm on Tue, Jul 15 2008 at 10:47PM PDT
This script was broken when i went to try to run it today. (I dont update very often, I do it manually when i remember) so i decided to try to fix it.

Sometime inbetween today and last time i ran the script the site changed and broke the script. to fix it just change

WEBKIT_NIGHTLY_BUILT_VERSION=`cat \
index.html | grep mac/WebKit-SVN | grep Download | cut -c 47-51`
to
WEBKIT_NIGHTLY_BUILT_VERSION=`cat \
index.html | grep mac/WebKit-SVN | grep Download | cut -c 79-83`


[ Reply to This | # ]