From 32dd9fcf39b6f6fe560d3a8268b9cce2c8a9b116 Mon Sep 17 00:00:00 2001 From: fredrik Date: Tue, 30 May 2006 23:31:40 +0000 Subject: [PATCH] Corrected typo. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@630 959494ce-11ee-0310-bf91-de5d638817bd --- autodlctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0