mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 05:20:05 +00:00
changed the shebang line
This commit is contained in:
parent
4b96671c8f
commit
b69e33a0d6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user