On Thu, 27 Jan 2011, Daniel Baumann wrote:
>
> + mkdir -p "$(dirname $XWRAPPER_CONFIG_ROSTER)"
please _don't_ do that fork, as long as there are less convoluted, shell
builtin, alternatives, such as:
mkdir -p ${XWRAPPER_CONFIG_ROSTER%/*}
Cheers,
--
Cristian