commit | cb4a7e3b0d3d1e39e05685a08ee5a5eb22ad4bb8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Oct 06 18:23:27 2015 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Oct 06 18:26:20 2015 -0700 |
tree | 150b3dda9d17ae26bb24f53310685690ca329d5a | |
parent | ce632305063cc0c4d4f8b5e5dab871892f17019e [diff] |
vzmigrate: rm bashism As reported by shellcheck, there's no 'let' in POSIX shell. Interestingly, dash supports it so I guess we're good, but let's fix it in the interest of purity. Signed-off-by: Kir Kolyshkin <kir@openvz.org>