diff options
Diffstat (limited to 'Omni/Ide/run.sh')
-rwxr-xr-x | Omni/Ide/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Omni/Ide/run.sh b/Omni/Ide/run.sh index 506aa92..e300fcc 100755 --- a/Omni/Ide/run.sh +++ b/Omni/Ide/run.sh @@ -3,4 +3,5 @@ set -eu target=$1 shift out=$(bild --plan "$target" | jq --raw-output ".\"${target}\".out") +[[ -f "$out" ]] || bild "$target" exec "${CODEROOT:?}/_/bin/$out" "$@" |