2
0
Эх сурвалжийг харах

kamctl: fix variable assignment

There must not be a space before and after the = assignment operator.

(cherry picked from commit 513a6d8bf8d270b0a4fa9743daab5263c9688447)
Klaus Darilion 10 жил өмнө
parent
commit
387b3afc5a

+ 1 - 1
utils/kamctl/kamctl

@@ -2491,7 +2491,7 @@ usrloc() {
 			fi
 			fi
 
 
 			if [ -z "$DEFAULT_Q" ] ; then
 			if [ -z "$DEFAULT_Q" ] ; then
-				DEFAULT_Q = "1.0"
+				DEFAULT_Q="1.0"
 			fi
 			fi
 
 
 			$CTLCMD ul_add "$USRLOC_TABLE" "$OSERUSER@$OSERDOMAIN" "$2" \
 			$CTLCMD ul_add "$USRLOC_TABLE" "$OSERUSER@$OSERDOMAIN" "$2" \