# HG changeset patch # User Edho Arief # Date 1332051786 -25200 # Node ID 391f2b64900e604b757e3c523dd107d0716faaa4 # Parent 3bb8d53b61dc37ada867fdc5f7807049a4337cc7 Fixed sed test to be compatible with POSIX regex. diff -r 3bb8d53b61dc -r 391f2b64900e bin/moefetch --- a/bin/moefetch Sun Mar 18 13:21:02 2012 +0700 +++ b/bin/moefetch Sun Mar 18 13:23:06 2012 +0700 @@ -127,7 +127,7 @@ wget --no-check-certificate --quiet "${url}" -O "${TEMP_PREFIX}-xml" --referer="${SITE}/post" --user-agent="${useragent}" -e continue=off || Err_Fatal "Failed download catalog file" printf "Processing XML file... " # xslt evilry - xsltproc - "${TEMP_PREFIX}-xml" < "${TEMP_PREFIX}-templist" + xsltproc - "${TEMP_PREFIX}-xml" < "${TEMP_PREFIX}-templist"