Fix typo bug in findcurep.
[utils.git] / autodlctl
index e367a7c..2eba96b 100755 (executable)
--- a/autodlctl
+++ b/autodlctl
@@ -5,7 +5,7 @@ paths=(/home/pub/video/anime $HOME/dc/autodl/cur)
 function findcurep
 {
     if [ -r badlist ]; then
-       echo badlist `head -n 1 curep`
+       echo badlist `head -n 1 badlist`
        return 0
     fi
     if [ -r curep ]; then