We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eda5e1 commit 273092bCopy full SHA for 273092b
apothecary/formulas/zlib/zlib.sh
@@ -260,7 +260,7 @@ function clean() {
260
rm -r build_${TYPE}
261
fi
262
elif [ "$TYPE" == "linux" ] || [ "$TYPE" == "linux64" ] || [ "$TYPE" == "linuxaarch64" ] || [ "$TYPE" == "linuxarmv6l" ] || [ "$TYPE" == "linuxarmv7l" ] || [ "$TYPE" == "msys2" ]; then
263
- f [ -d "build_${TYPE}_${ARCH}" ]; then
+ if [ -d "build_${TYPE}_${ARCH}" ]; then
264
rm -r build_${TYPE}_${ARCH}
265
266
else
0 commit comments