Do not remove -all|exact when not surrounded by space in query.sh (#5300)

pull/5307/head
Adam Warner 12 months ago committed by GitHub
commit 7e95371fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -50,7 +50,7 @@ fi
# Strip valid options, leaving only the domain and invalid options
# This allows users to place the options before or after the domain
options=$(sed -E 's/ ?-(all|exact) ?//g' <<< "${options}")
options=$(sed -E 's/ +-(all|exact) ?//g' <<< "${options}")
# Handle remaining options
# If $options contain non ASCII characters, convert to punycode

Loading…
Cancel
Save