|
From: | Dennis Williamson |
Subject: | Re: Incorrect manage "*" in test -z |
Date: | Fri, 17 Apr 2015 09:31:23 -0500 |
> 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/
[Prev in Thread] | Current Thread | [Next in Thread] |