about summary refs log tree commit diff stats
path: root/linux/apps/ex10.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-19 23:24:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-19 23:24:03 -0700
commitde5e1931edbfc265c4a6b0d6f50b73648361fa63 (patch)
tree3eda75a64332959e2f1204e23d69f6a7449a8170 /linux/apps/ex10.subx
parent1eb1ac81ea0eb5e8b10153a70f4948ac92f1f14d (diff)
downloadmu-de5e1931edbfc265c4a6b0d6f50b73648361fa63.tar.gz
start work on running the Mu toolchain atop Mu
Diffstat (limited to 'linux/apps/ex10.subx')
-rw-r--r--linux/apps/ex10.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/apps/ex10.subx b/linux/apps/ex10.subx
index c4ce7e2d..71fa4c0e 100644
--- a/linux/apps/ex10.subx
+++ b/linux/apps/ex10.subx
@@ -1,7 +1,7 @@
 # String comparison: return 1 iff the two args passed in at the commandline are equal.
 #
 # To run:
-#   $ bootstrap/bootstrap translate apps/ex10.subx -o ex10
+#   $ bootstrap/bootstrap translate 000init.subx apps/ex10.subx -o ex10
 #   $ bootstrap/bootstrap run ex10 abc abd
 # Expected result:
 #   $ echo $?