Fix typo bug in findcurep.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 1 Jun 2006 11:46:10 +0000 (11:46 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 1 Jun 2006 11:46:10 +0000 (11:46 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@636 959494ce-11ee-0310-bf91-de5d638817bd

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