diff --git a/ff-nightly b/ff-nightly index 95024ff..fe21302 100755 --- a/ff-nightly +++ b/ff-nightly @@ -11,7 +11,7 @@ esac echo "Searching for nightly packages for Linux $arch..." -result=`curl -s http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ | grep "$arch\.tar\.bz2" | tail -n1` +result=`curl -s http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk/ | grep "$arch\.tar\.bz2" | tail -n1` package="`echo "$result" | perl -ne 'm/(.*?)<\/a>/; print "$1\n"'`" date="`echo "$result" | perl -ne 'm/.*?<\/a><\/td><.*?>(.*?)\s+<\/td>/; print "$1\n"' | sed -r 's/\s/-/g'`"