From 4b96671c8ff40995313354b4e422143a566b142b Mon Sep 17 00:00:00 2001 From: noah the goodra Date: Mon, 30 Jan 2017 15:40:42 -0600 Subject: [PATCH] fixed a typo --- hooks/pre-commit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hooks/pre-commit b/hooks/pre-commit index e5cc63270..eec74c355 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -1,5 +1,7 @@ #!/bin/sh -if [[ $OSTYPE == darwin* ]] + +if [ $OSTYPE == darwin* ] +then export PATH=$PATH:$(brew --prefix)/opt/llvm/bin: fi