From: fredrik Date: Thu, 1 Jun 2006 11:46:10 +0000 (+0000) Subject: Fix typo bug in findcurep. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=c8522c34698a7a7ddd5865569766f15d98f045bc Fix typo bug in findcurep. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@636 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/autodlctl b/autodlctl index e367a7c..2eba96b 100755 --- 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