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: Eduardo A . Bustamante López
Subject: Re: Incorrect manage "*" in test -z
Date: Fri, 17 Apr 2015 08:55:00 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

> 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

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