From b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 4 Mar 2021 00:24:24 -0800 Subject: 7847 --- linux/ex10.subx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/ex10.subx') diff --git a/linux/ex10.subx b/linux/ex10.subx index 7ec86202..c62b32e2 100644 --- a/linux/ex10.subx +++ b/linux/ex10.subx @@ -1,8 +1,8 @@ # String comparison: return 1 iff the two args passed in at the commandline are equal. # # To run: -# $ ./bootstrap translate init.linux apps/ex10.subx -o apps/ex10 -# $ ./bootstrap run apps/ex10 abc abd +# $ bootstrap/bootstrap translate apps/ex10.subx -o apps/ex10 +# $ bootstrap/bootstrap run ex10 abc abd # Expected result: # $ echo $? # 0 # false -- cgit 1.4.1-2-gfad0