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

This commit is contained in:
Adam Warner
2023-06-04 22:16:35 +01:00
committed by GitHub
+1 -1
View File
@@ -50,7 +50,7 @@ fi
# Strip valid options, leaving only the domain and invalid options # Strip valid options, leaving only the domain and invalid options
# This allows users to place the options before or after the domain # 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 # Handle remaining options
# If $options contain non ASCII characters, convert to punycode # If $options contain non ASCII characters, convert to punycode