From c0c1d72c89e062407174470ca7d8f1e456451798 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Thu, 2 Jul 2026 09:37:18 -0700 Subject: [PATCH] more README typo fixes, shell script execution flags --- README.md | 2 +- build.sh | 0 build_ld_meta.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build.sh mode change 100644 => 100755 build_ld_meta.sh diff --git a/README.md b/README.md index 4e1bc99..88909d8 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ This is the version that all the "commands" example are using: ``` The macro first declares the underlying C function, fills out the global variable initialization and inclues the C function, and then it sets up the signature of the function again, so that you can follow the macro with `{ ... }` the function block. ```C -MY_COMMAND_DEFINE(Foo, "Do Foo.){ +MY_COMMAND_DEFINE(Foo, "Do Foo."){ do_foo(ctx); } ``` diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/build_ld_meta.sh b/build_ld_meta.sh old mode 100644 new mode 100755