diff options
Diffstat (limited to 'Biz/Ide/run')
-rwxr-xr-x | Biz/Ide/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Ide/run b/Biz/Ide/run index bf35e3e..f7b9d36 100755 --- a/Biz/Ide/run +++ b/Biz/Ide/run @@ -3,4 +3,4 @@ set -eu target=$1 shift out=$(rg --only-matching ": out (\w*)" -r '$1' $target) -exec "${BIZ_ROOT:?}/_/bin/$out" "$@" +exec "${CODEROOT:?}/_/bin/$out" "$@" |