> Always quote your variables. The problem comes from
> 
> echo $INPUT
> 
> which should be
> 
> echo $INPUT

Someone derped. It *should* be

 echo "$INPUT"

-- 
Eduardo Bustamante
https://dualbus.me/

Reply via email to