From b149593e4480e525008b7456129c83f696d11cf2 Mon Sep 17 00:00:00 2001 From: Peter Feerick Date: Sun, 29 Oct 2023 13:45:32 +1000 Subject: [PATCH] fix: Another erronous quote :laughing: --- tools/build-gh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-gh.sh b/tools/build-gh.sh index 265e0363c9f..ad094bb9ac7 100755 --- a/tools/build-gh.sh +++ b/tools/build-gh.sh @@ -192,7 +192,7 @@ do BUILD_OPTIONS+="-DPCB=PL18" ;; pl18ev) - BUILD_OPTIONS+="-DPCB=PL18" -DPCBREV=PL18EV" + BUILD_OPTIONS+="-DPCB=PL18 -DPCBREV=PL18EV" ;; commando8) BUILD_OPTIONS+="-DPCB=X7 -DPCBREV=COMMANDO8"