summaryrefslogtreecommitdiff
path: root/Omni/Ide/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Ide/run.sh')
-rwxr-xr-xOmni/Ide/run.sh1
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" "$@"