commit | 19be51c2e61517b8b8b586ede07ce3944c9aace8 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Mon Sep 19 22:58:38 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Mon Sep 19 23:06:43 2011 +0400 |
tree | 50659a968d2529441ad6d83be2b6da391918d4dc | |
parent | 7bd0d5534e91c1bfb14c286b7bf3bd9a5a3cb2c3 [diff] |
etc/dists/scripts/functions: do not declare a few locals at one line Page http://wiki.ubuntu.com/DashAsBinSh warns against declaring a few local variables in one line, saying all but the first one will be globals. Signed-off-by: Kir Kolyshkin <kir@openvz.org>