Ludovic Courtès, le Mon 07 Nov 2011 22:43:22 +0100, a écrit : > These two scripts really need a plain POSIX shell, not necessarily > Bash. This patch changes the shebang accordingly.
Mmm, are "local" and functions really in POSIX shells? dash refuses
the function keyword, but apparently
f()
{
local a
}
is okay. Better check completely.
Samuel
