bundle.sh: comment line fixup

Accept lines that start with a hash, but not immediately followed by a
space as a comment as well.
pull/7703/head
Jason Ish 3 years ago committed by Victor Julien
parent 489ac003b2
commit a5d66a7452

@ -35,7 +35,7 @@ while IFS= read -r requirement; do
rm -rf libhtp
git clone "${repo}" -b "${branch}" libhtp
;;
\#)
\#*)
# Ignore comment.
;;
"")

Loading…
Cancel
Save