Skip to content

Commit 273092b

Browse files
committed
Fix zlib formulae mistake
1 parent 4eda5e1 commit 273092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apothecary/formulas/zlib/zlib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function clean() {
260260
rm -r build_${TYPE}
261261
fi
262262
elif [ "$TYPE" == "linux" ] || [ "$TYPE" == "linux64" ] || [ "$TYPE" == "linuxaarch64" ] || [ "$TYPE" == "linuxarmv6l" ] || [ "$TYPE" == "linuxarmv7l" ] || [ "$TYPE" == "msys2" ]; then
263-
f [ -d "build_${TYPE}_${ARCH}" ]; then
263+
if [ -d "build_${TYPE}_${ARCH}" ]; then
264264
rm -r build_${TYPE}_${ARCH}
265265
fi
266266
else

0 commit comments

Comments
 (0)