Corrected typo.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 30 May 2006 23:31:40 +0000 (23:31 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Tue, 30 May 2006 23:31:40 +0000 (23:31 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@630 959494ce-11ee-0310-bf91-de5d638817bd

autodlctl

index 1b52a58..8837b47 100755 (executable)
--- a/autodlctl
+++ b/autodlctl
@@ -38,7 +38,7 @@ function getnext
     fi
     infofile="$d/.autodl/rtinfo"
     estatfile="$d/.autodl/estat"
     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
     if [ -e "$d/.autodl/wait" ]; then
        args=("${args[@]}" -w)
     fi