about summary refs log tree commit diff stats
path: root/linux/ex2.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
committerKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
commit16f2bd1174632659cbad925f7271cd72feef3522 (patch)
treed3a729b5cdf4413ae7dfc86e15c1f0a63532b943 /linux/ex2.subx
parent386641c0212437e719e6601596da82df1d0969e0 (diff)
downloadmu-16f2bd1174632659cbad925f7271cd72feef3522.tar.gz
.
Diffstat (limited to 'linux/ex2.subx')
-rw-r--r--linux/ex2.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ex2.subx b/linux/ex2.subx
index 55aadbd4..5ca39872 100644
--- a/linux/ex2.subx
+++ b/linux/ex2.subx
@@ -1,7 +1,7 @@
 # Add 3 and 4, and return the result in the exit code.
 #
 # To run:
-#   $ bootstrap/bootstrap translate apps/ex2.subx -o apps/ex2
+#   $ bootstrap/bootstrap translate ex2.subx -o ex2
 #   $ bootstrap/bootstrap run ex2
 # Expected result:
 #   $ echo $?