# HG changeset patch # User edhoprima # Date 1240674447 0 # Node ID 3d6b2152f4a3f5c4f60e8c78037e1f503699a5f9 # Parent 9338901a348a4e3ea3262b71711679691fc7eed1 it didn't work on freebsd's md5 diff -r 9338901a348a -r 3d6b2152f4a3 moefetch.sh --- a/moefetch.sh Sat Apr 25 15:44:58 2009 +0000 +++ b/moefetch.sh Sat Apr 25 15:47:27 2009 +0000 @@ -136,7 +136,7 @@ exit 1 fi mdtest= -if [ `echo test | $md5 - | cut -d ' ' -f 1 -` != "d8e8fca2dc0f896fd7cb4cb0031ba249" ]; then +if [ `echo test | $md5 | cut -d ' ' -f 1 -` != "d8e8fca2dc0f896fd7cb4cb0031ba249" ]; then echo "$md5 doesn't produce wanted output" exit 1 fi