From 0e95e8f6b241ee8b30635a986f2c503f21997dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Thu, 30 Aug 2018 21:38:50 +0300 Subject: [build] add ability to extract zip files --- scripts/vendor/nunicode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vendor/nunicode.sh') diff --git a/scripts/vendor/nunicode.sh b/scripts/vendor/nunicode.sh index 61a921cadd..79f1c83a3c 100755 --- a/scripts/vendor/nunicode.sh +++ b/scripts/vendor/nunicode.sh @@ -7,7 +7,7 @@ ROOT=alekseyt-nunicode-246bb27014ab download "https://bitbucket.org/alekseyt/nunicode/get/$VERSION.tar.gz" init -extract "$ROOT/libnu/*.c" "$ROOT/libnu/*.h" "$ROOT/LICENSE" +extract_gzip "$ROOT/libnu/*.c" "$ROOT/libnu/*.h" "$ROOT/LICENSE" # Augment config.h with just the defines we need. head -n 2 libnu/config.h > config.h -- cgit v1.2.1