From: Michael Prokop Date: Thu, 22 Jul 2010 00:21:49 +0000 (+0200) Subject: Make all shell scripts using /bin/bash instead /bin/sh to be able to FAI's environment. X-Git-Tag: v0.10.0~10 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=4b2e8632eba4fa2343986f897cfcd59ed1413d66;hp=4b2e8632eba4fa2343986f897cfcd59ed1413d66;p=grml-live.git Make all shell scripts using /bin/bash instead /bin/sh to be able to FAI's environment. /usr/lib/fai/subroutines sadly is a /bin/bash script. As we want to be able to use functions like ifclass we have to use /bin/bash in all our scripts (even though they're POSIX ones), otherwise people using dash as /bin/sh will notice something like: /GRMLBASE/25-locales: 23: ifclass: not found in their FAI's shell.log. Thanks: thermoman Signed-off-by: Michael Prokop ---