Fixed bug in NAME test
This commit is contained in:
parent
c6c1dcabd0
commit
bfc9ce7f7f
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ then
|
|||
if [ $M -eq 1 -a $DEBUG -ne 1 ]
|
||||
then
|
||||
cat $tmp > $CACHE
|
||||
if [ -n $NAME ]
|
||||
if [ -n "$NAME" ]
|
||||
then
|
||||
S="[$NAME] New RoundCude release"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue