changed the shebang line

This commit is contained in:
noah the goodra 2017-01-30 15:47:46 -06:00
parent 4b96671c8f
commit b69e33a0d6

View File

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