From 88fef5db117d9ad4a31550af326877380ba1326f Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Tue, 28 Sep 2021 17:47:52 -0400 Subject: [PATCH] Fix bogus error when setting lowercase --- RaspberryPi/apple2driver/handlers/exec.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RaspberryPi/apple2driver/handlers/exec.go b/RaspberryPi/apple2driver/handlers/exec.go index 15b1a17..9bb21d8 100644 --- a/RaspberryPi/apple2driver/handlers/exec.go +++ b/RaspberryPi/apple2driver/handlers/exec.go @@ -50,6 +50,8 @@ func ExecCommand() { } if linuxCommand == "A2LOWER" { forceLowercase = true + a2io.WriteString("All commands will be converted to lowercase\r") + return } if linuxCommand == "a2wifi" { a2io.WriteString("\r" +