Luk Claes wrote: sh -p is not guaranteed to be provided by POSIX shells. dash for instance does not provide this, so use bash explicitly. That's pretty funny. The script requires a posix shell, which bash isn't by default, so it provides an undocumented (in my ubuntu man page) option to force bash into compliance. Since the option itself isn't posix, we now require the use of this non-posix shell so we can guarantee posix compliance. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html