about summary refs log tree commit diff stats
path: root/translate_subx_debug
diff options
context:
space:
mode:
Diffstat (limited to 'translate_subx_debug')
-rwxr-xr-xtranslate_subx_debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx_debug b/translate_subx_debug
index f5754f37..d9038f39 100755
--- a/translate_subx_debug
+++ b/translate_subx_debug
@@ -26,6 +26,6 @@ cat a.braces    |apps/calls           > a.calls
 echo "  sigils"
 cat a.calls     |apps/sigils          > a.sigils
 
-subx --debug translate a.sigils -o a.elf
+./bootstrap --debug translate a.sigils -o a.elf
 
 chmod +x a.elf