diff --git a/scripts/bundle.sh b/scripts/bundle.sh index 44f634fbc6..46c0c0500c 100755 --- a/scripts/bundle.sh +++ b/scripts/bundle.sh @@ -35,7 +35,7 @@ while IFS= read -r requirement; do rm -rf libhtp git clone "${repo}" -b "${branch}" libhtp ;; - \#) + \#*) # Ignore comment. ;; "")