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 ]
|
if [ $M -eq 1 -a $DEBUG -ne 1 ]
|
||||||
then
|
then
|
||||||
cat $tmp > $CACHE
|
cat $tmp > $CACHE
|
||||||
if [ -n $NAME ]
|
if [ -n "$NAME" ]
|
||||||
then
|
then
|
||||||
S="[$NAME] New RoundCude release"
|
S="[$NAME] New RoundCude release"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue