On Fri, Apr 17, 2015 at 8:55 AM, Eduardo A. Bustamante López <
dual...@gmail.com> wrote:

> > 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/
>


Yes, I derped.

-- 
Visit serverfault.com to get your system administration questions answered.

Reply via email to