From e8c7084942457be5ef0176954f4a598bc74fbb1e Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Fri, 18 Feb 2022 10:47:25 +0100 Subject: [PATCH] fxsdk: avoid quote in heredoc for Mac OS Not sure what's happening here. --- fxsdk/fxsdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fxsdk/fxsdk.sh b/fxsdk/fxsdk.sh index a56d252..f495828 100755 --- a/fxsdk/fxsdk.sh +++ b/fxsdk/fxsdk.sh @@ -26,7 +26,7 @@ ${R}fxsdk${n} (${R}build${n}|${R}build-fx${n}|${R}build-cg${n}) [${R}-c${n}] \ (usually for .g3a add-ins). The first form compiles in every existing build folder, and configures for both if none exists. - With -c, reconfigure but don't build (CMake only). + With -c, reconfigure but do not build (CMake only). With -s, also sends the resulting program to the calculator. Other arguments are passed to CMake (if using -c) or make (otherwise). You can pass -c or -s to CMake/make by specifying --.