Fixing several ShellCheck warnings
This commit is contained in:
committed by
Paul Chote
parent
807a40c209
commit
2d4d6cdc1b
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
@@ -4,7 +4,7 @@ LAUNCHER_TAG="osx-launcher-20171118"
|
||||
|
||||
download_dir="${0%/*}/download/osx"
|
||||
mkdir -p "$download_dir"
|
||||
cd "$download_dir"
|
||||
cd "$download_dir" || exit 1
|
||||
|
||||
if [ ! -f libSDL2.dylib ]; then
|
||||
echo "Fetching OS X SDL2 library from GitHub."
|
||||
|
||||
Reference in New Issue
Block a user