fixed a typo

This commit is contained in:
noah the goodra 2017-01-30 15:40:42 -06:00
parent b3184dfb33
commit 4b96671c8f

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
if [[ $OSTYPE == darwin* ]]
if [ $OSTYPE == darwin* ]
then
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin: export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
fi fi