diff options
Diffstat (limited to 'Biz/Ide')
| -rwxr-xr-x | Biz/Ide/repl.bash | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Biz/Ide/repl.bash b/Biz/Ide/repl.bash index fcc7eba..a14b0b8 100755 --- a/Biz/Ide/repl.bash +++ b/Biz/Ide/repl.bash @@ -25,7 +25,7 @@ fi      shift    fi    targets=${@:?} -  json=$(bild --json ${targets[@]}) +  json=$(bild --plan ${targets[@]})    langdeps=$(jq --raw-output '.[].langdeps | join(" ")' <<< $json)    sysdeps=$(jq --raw-output '.[].sysdeps | join(" ")' <<< $json)    rundeps=$(jq --raw-output '.[].rundeps | join(" ")' <<< $json) | 
