Interim fix for failed macOS builds
Not ideal, but it might just work. Take two! Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
c685f0f231
commit
452820eef7
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set +eu
|
||||
|
||||
# Checks if directory exists, otherwise asks to install package.
|
||||
function check_dir_exists() {
|
||||
local path=$1
|
||||
|
|
Loading…
Reference in New Issue