There must not be a space before and after the = assignment operator. (cherry picked from commit 513a6d8bf8d270b0a4fa9743daab5263c9688447)
@@ -2491,7 +2491,7 @@ usrloc() {
fi
if [ -z "$DEFAULT_Q" ] ; then
- DEFAULT_Q = "1.0"
+ DEFAULT_Q="1.0"
$CTLCMD ul_add "$USRLOC_TABLE" "$OSERUSER@$OSERDOMAIN" "$2" \