Don't use /bin/bash ! Many systems do not have bash there (they might have it at /usr/local/bin/bash, for example). Don't specify bash unless you specifically need bash features -- many systems do not have bash installed by default.
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>