# HG changeset patch # User edhoprima@gmail.com # Date 1244229660 0 # Node ID ecc73a13549f6a0a8ca3219ed780db505ec0f40d # Parent e2149ba6ab9cb40730935d2b073fb77b5d028249 another whoopsie diff -r e2149ba6ab9c -r ecc73a13549f moefetch.sh --- a/moefetch.sh Fri Jun 05 19:19:56 2009 +0000 +++ b/moefetch.sh Fri Jun 05 19:21:00 2009 +0000 @@ -70,7 +70,7 @@ wget "http://${SITE}/post/index.xml?tags=${TAGS}&offset=0&limit=100000" -O "${SITE_DIR}-${TARGET_DIR}-xml" -e continue=off echo "Processing XML file..." # xslt evilry - xsltproc - "${TARGET_DIR}-xml" < "${TARGET_DIR}-list" + xsltproc - "${SITE_DIR}-{TARGET_DIR}-xml" < "${SITE_DIR}-${TARGET_DIR}-list"