When I run the following commands somehow single quotation marks are added to the http links
s="https://v.h.ghg?ff"
os="Linux"
echo $s
(set -x; gter --source $s --os $os)
output is
https://v.h.ghg?ff
----
+ gter --source 'https://v.h.ghg?ff' --os Linux
Why is this happening. And how could we prevent this from happening