mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-26 01:20:14 +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
|
||||
export PATH=$PATH:$(brew --prefix)/opt/llvm/bin:
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user