follow-up to only attempt unzip if download was ok

This commit is contained in:
nhmall
2023-12-18 14:59:01 -05:00
parent c197dfe29b
commit 90fcce8903

View File

@@ -153,9 +153,9 @@ if [ ! -d djgpp/symify ]; then
fi
ls -l
if [ $cmdstatus -eq 0 ]; then
echo "fetch of symify was successful"
echo "fetch of symify was successful"
unzip -p djdev205.zip bin/symify.exe >./simify.exe
fi
unzip -p djdev205.zip bin/symify.exe >./simify.exe
cd ../../
fi