Skip to content

Commit

Permalink
kamctl: fix variable assignment
Browse files Browse the repository at this point in the history
There must not be a space before and after the = assignment operator.
  • Loading branch information
Klaus Darilion committed Jan 26, 2015
1 parent 7aeac62 commit 513a6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/kamctl/kamctl
Expand Up @@ -2491,7 +2491,7 @@ usrloc() {
fi

if [ -z "$DEFAULT_Q" ] ; then
DEFAULT_Q = "1.0"
DEFAULT_Q="1.0"
fi

$CTLCMD ul_add "$USRLOC_TABLE" "$OSERUSER@$OSERDOMAIN" "$2" \
Expand Down

0 comments on commit 513a6d8

Please sign in to comment.