From 3cc292931d4b27c3e4b9410e28e4ac7fef1f979b Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Sat, 16 Jun 2018 15:40:12 +0200 Subject: [PATCH] Fixed leaking of variables --- ok | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ok b/ok index 9d632c8..abef63c 100755 --- a/ok +++ b/ok @@ -5,9 +5,9 @@ ok() { # used for colored output -CYAN=$'\033[0;36m' -BLUE=$'\033[0;34m' -NC=$'\033[0m' # No Color +local CYAN=$'\033[0;36m' +local BLUE=$'\033[0;34m' +local NC=$'\033[0m' # No Color # if there is a file called .ok... if [ -f .ok ]; then