kvm-ifup: Use /bin/bash
authorMichael Hanselmann <hansmi@google.com>
Thu, 24 May 2012 07:44:25 +0000 (09:44 +0200)
committerMichael Hanselmann <hansmi@google.com>
Thu, 24 May 2012 08:44:22 +0000 (10:44 +0200)
commit1817dca9887d2ea782be3c246b25264054981ec0
tree0ab785584e56bc241dbc45d50e03868c8ad0675f
parentef2d1c5731cfd4533e598722620267791dc09969
kvm-ifup: Use /bin/bash

As reported by Ben Beuchler, kvm-ifup uses bash-specific constructs and
doesn't work with Ubuntu's default shell. We use bash all over the place
anyway, so changing the shebang line is the easiest solution.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: RenĂ© Nussbaumer <rn@google.com>
tools/kvm-ifup.in