From 023643eaaa476e3b785e7a61bd3dc224f9536f91 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Wed, 19 Jun 2019 09:09:17 -0400 Subject: [PATCH] This read statement is becoming a PITA --- lib/chunkwm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chunkwm.sh b/lib/chunkwm.sh index c08702d..045edaf 100755 --- a/lib/chunkwm.sh +++ b/lib/chunkwm.sh @@ -2,7 +2,7 @@ # Ask the user to generate a code signing key for `chunkwm` echo "Please generate a code signing certificate called 'chunkwm-cert' in Keychain Access" -. read -r -p "Press any key to continue... " -n 1 +read -r -p "Press any key to continue... " -n 1 # We need to code sign chunkwm and skhd in order for them to be added to the # accessibility allowed list.