bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Incorrect manage "*" in test -z


From: Dennis Williamson
Subject: Re: Incorrect manage "*" in test -z
Date: Fri, 17 Apr 2015 09:31:23 -0500



On Fri, Apr 17, 2015 at 8:55 AM, Eduardo A. Bustamante López <dualbus@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

[Prev in Thread] Current Thread [Next in Thread]