Skip to content

Commit

Permalink
Fixed leaking of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
doekman committed Jun 16, 2018
1 parent f65c1a3 commit 3cc2929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ok
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cc2929

Please sign in to comment.