Skip to content

Commit 33c827e

Browse files
committed
Typo
1 parent d111ace commit 33c827e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

add_libmagic.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
set -euxo pipefail
44

55
install_source() {
6-
# skip on Windows for now
7-
python -c 'import platform; assert platform.system() != "Windows"' || exit 1
86
# install from source
97
# https://www.darwinsys.com/file/
108
# https://github.com/file/file/blob/FILE5_46/INSTALL#L51
119
(
10+
python -c 'import platform; assert platform.system() != "Windows"' &&
1211
version="file-5.46" &&
1312
tmpfile="$(mktemp)" &&
1413
curl -sSLo "${tmpfile}" "https://astron.com/pub/file/${version}.tar.gz" &&

0 commit comments

Comments
 (0)