Use the new arguments from redo v0.10.

(apenwarr: also updates to the matching, latest minimal/do)
This commit is contained in:
Jimmy Tang
2012-01-04 20:37:50 +00:00
committed by Avery Pennarun
parent e2c682084c
commit 6698992f4f
6 changed files with 13 additions and 13 deletions

2
do
View File

@ -121,7 +121,7 @@ _do()
fi
[ ! -e "$DO_BUILT" ] || [ ! -d "$(dirname "$target")" ] ||
: >>"$target.did"
( _run_dofile "$base" "$ext" "$tmp.tmp" )
( _run_dofile "$target" "$base" "$tmp.tmp" )
rv=$?
if [ $rv != 0 ]; then
printf "do: %s%s\n" "$DO_DEPTH" \