From: fredrik Date: Tue, 30 May 2006 23:31:40 +0000 (+0000) Subject: Corrected typo. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=32dd9fcf39b6f6fe560d3a8268b9cce2c8a9b116 Corrected typo. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@630 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/autodlctl b/autodlctl index 1b52a58..8837b47 100755 --- a/autodlctl +++ b/autodlctl @@ -38,7 +38,7 @@ function getnext fi infofile="$d/.autodl/rtinfo" estatfile="$d/.autodl/estat" - args=(-e "$fsexpr" -t "$tag $curep" -I "$infofile" -E "$estat" -x "curep=$curep") + args=(-e "$fsexpr" -t "$tag $curep" -I "$infofile" -E "$estatfile" -x "curep=$curep") if [ -e "$d/.autodl/wait" ]; then args=("${args[@]}" -w) fi