commit | f83b28435f582f2f74fb3267b89b061a551b32e2 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Sun Aug 21 17:22:46 2011 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Sun Aug 21 17:27:59 2011 +0400 |
tree | 7c7334bdb1c2b26bd4e4387894fb86157f3bae46 | |
parent | 07d74e734fe046c2cf8468bce8682f087dc64d15 [diff] |
etc/dists/scripts/functions: remove bashisms Interestingly, all this stuff is pure shell, except for 'function' keyword before function declarations. So let it be pure /bin/sh. Slightly tested with dash and busybox sh. While at it, also remove an unneeded semicolon. Reported-by: Sam Trenholme <strenholme.usenet@gmail.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org>