diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:22:44 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-13 00:22:44 +0200 |
commit | 10028ee46789518f0f5269b3aa107a4318eeeac6 (patch) | |
tree | 4e2772671416256e05a1d9853c30ca203454136d | |
parent | c042c519e14cfd15f2fc49fa479d0f5b7bb18183 (diff) | |
download | sbotools2-10028ee46789518f0f5269b3aa107a4318eeeac6.tar.xz |
sboupgrade: change //= construct to be more verbose
-rwxr-xr-x | sboupgrade | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ my %inst_names; $inst_names{$_} = 1 for @$inst_names; my %updates; if (not $non_int or not $force) { - $updates //= get_available_updates(); + $updates = get_available_updates() if not defined $updates; $updates{$$_{name}} = 1 for @$updates; } |