changeset 197:a17a2f366680

one sed rule escaped from migration
author edhoprima@gmail.com <edhoprima@gmail.com>
date Mon, 29 Jun 2009 12:24:32 +0000
parents 4d28f3a957ee
children 735012343a67
files moefetch.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/moefetch.sh	Mon Jun 29 12:22:59 2009 +0000
+++ b/moefetch.sh	Mon Jun 29 12:24:32 2009 +0000
@@ -192,7 +192,7 @@
 		> "${TEMP_PREFIX}-error"
 		for FILE in *
 		do
-			if [ "$(echo "${FILE}" | sed -e '${SED_IS_MD5_FILE}' | grep -v ^$)" ]; then
+			if [ "$(echo "${FILE}" | sed -e "${SED_IS_MD5_FILE}" | grep -v ^$)" ]; then
 				echo
 				echo "Not a valid danbooru file: ${FILE}"
 			else