comparison moefetch.sh @ 220:fe4d74801b28

debugging
author edhoprima@gmail.com <edhoprima@gmail.com>
date Thu, 02 Jul 2009 20:30:34 +0000
parents c4568fed66ba
children e891b563b797
comparison
equal deleted inserted replaced
219:c4568fed66ba 220:fe4d74801b28
1 #!/bin/sh 1 #!/bin/sh -x
2 2
3 # Copyright (c) 2009, edogawaconan <me@myconan.net> 3 # Copyright (c) 2009, edogawaconan <me@myconan.net>
4 # 4 #
5 # Permission to use, copy, modify, and/or distribute this software for any 5 # Permission to use, copy, modify, and/or distribute this software for any
6 # purpose with or without fee is hereby granted, provided that the above 6 # purpose with or without fee is hereby granted, provided that the above
244 fi 244 fi
245 fi 245 fi
246 fi 246 fi
247 Progress_Anim 247 Progress_Anim
248 done 248 done
249 read
249 Progress_Done 250 Progress_Done
250 if test ! -n "${has_err_md5}" && test ! -n "${has_err_filename}"; then 251 if test ! -n "${has_err_md5}" && test ! -n "${has_err_filename}"; then
251 echo "All files OK" 252 echo "All files OK"
252 else 253 else
253 if test -n "${has_err_md5}"; then 254 if test -n "${has_err_md5}"; then