Fixing several ShellCheck warnings
This commit is contained in:
committed by
Paul Chote
parent
807a40c209
commit
2d4d6cdc1b
2
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
2
thirdparty/fetch-thirdparty-deps-windows.sh
vendored
@@ -6,7 +6,7 @@ set -e
|
||||
download_dir="${0%/*}/download/windows"
|
||||
|
||||
mkdir -p "${download_dir}"
|
||||
cd "${download_dir}"
|
||||
cd "${download_dir}" || exit 1
|
||||
|
||||
if [ ! -f SDL2.dll ]; then
|
||||
echo "Fetching SDL2 from libsdl.org"
|
||||
|
||||
Reference in New Issue
Block a user