summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 53326bd5..4436795e 100755
--- a/build
+++ b/build
@@ -234,8 +234,8 @@ rm -rf $DIRS_RM
mkdir tmp
printf "Downloading packs..."
-download "$PACKS"
-extract "$PACKS"
+download "$(sed '/^#/d' <<<"$PACKS")"
+extract "$(sed '/^#/d' <<<"$PACKS")"
update_readme
rm -rf tmp