Fixed bug in NAME test

This commit is contained in:
root 2011-02-10 11:41:58 +01:00
parent c6c1dcabd0
commit bfc9ce7f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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