Fixed bug in NAME test
root

root commited on 2011-02-10 10:41:58
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -95,7 +95,7 @@ then
95 95
 	if [ $M -eq 1 -a $DEBUG -ne 1 ]
96 96
 	then
97 97
 		cat $tmp > $CACHE
98
-		if [ -n $NAME ]
98
+		if [ -n "$NAME" ]
99 99
 		then
100 100
 			S="[$NAME] New RoundCude release"
101 101
 		else
102 102