about summary refs log tree commit diff stats
path: root/linux/103kernel-string-equal.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
commitb964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 (patch)
tree92d8ecd1755831e2804be07d69ee1e127c1f0fc5 /linux/103kernel-string-equal.subx
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'linux/103kernel-string-equal.subx')
-rw-r--r--linux/103kernel-string-equal.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/103kernel-string-equal.subx b/linux/103kernel-string-equal.subx
index 7e1b9d6f..842bf671 100644
--- a/linux/103kernel-string-equal.subx
+++ b/linux/103kernel-string-equal.subx
@@ -9,8 +9,8 @@
 # string'.
 #
 # To run (from the subx directory):
-#   $ ./bootstrap translate 05[0-2]*.subx -o /tmp/tmp52
-#   $ ./bootstrap run /tmp/tmp52  # runs a series of tests
+#   $ bootstrap/bootstrap translate 10[0-3]*.subx -o a.elf
+#   $ bootstrap/bootstrap run a.elf  # runs a series of tests
 #   ......  # all tests pass
 #
 # (We can't yet run the tests when given a "test" commandline argument,