Hi, xdt-commit is a /bin/sh, but it contains a bashism: 94: COMMIT_MSG=$(echo "$COMMIT_MSG" $'\n' "$MSG") the $'\n' stuff is a bashism, which can be replace by $(printf '\n') There may be other way to do this cleanly too :) Cheers,
Created attachment 1699 Fix bashisms in xdt-commit The patch should fix bashisms in xdt-commit. Another simple way would be to s/sh/bash in the first line :) Cheers,
Hi, xdt-commit now uses "#!/bin/bash" since http://git.xfce.org/xfce/xfce4-dev-tools/commit/?id=992f334faf49883293848a300e017d0c3bea6f13. I think this bug can be closed ?
Yes.